Color Hex Logo

#bd615f Color Hex

#BD615F
(189,97,95)
0 Favorites   0 Comments

Color spaces of #bd615f

RGB 1899795
HSL0.000.420.56
HSV50°74°
CMYK 0.000.490.50   0.26
XYZ27.326520.194413.2841
Yxy20.19440.44940.3321
Hunter Lab44.938229.902413.9301
CIE-Lab52.056336.657418.1440

#bd615f color RGB value is (189,97,95).

#bd615f hex color red value is 189, green value is 97 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bd615f hue: 0.00 , saturation: 0.42 and the lightness value of bd615f is 0.56.

The process color (four color CMYK) of #bd615f color hex is 0.00, 0.49, 0.50, 0.26. Web safe color of #bd615f is #cc6666. Color #bd615f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100001 01011111
Octal 275 141 137
Decimal 189 97 95
Hex BD 61 5F

RGB Percentages of Color #bd615f

%49.61
%25.46
%24.93

CMYK Percentages of Color #bd615f

%0
%49
%50
%26

Triadic Colors of #bd615f

#bd615f #5fbd61 #615fbd

Analogous Colors of #bd615f

#bd615f #bd905f #bd5f8c

Monochromatic Colors of #bd615f

#bd615f

Complementary Color

#bd615f #5fbbbd

#bd615f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd615f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd615f Color CSS Codes

.mybgcolor {background-color:#bd615f; } 
.myforecolor {color:#bd615f; }
.mybordercolor {border:3px solid #bd615f; }

#bd615f Text Font Color

<p style="color:#bd615f">Text here</p>

This sample text font color is #bd615f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bd615f Background Color

<div style="background-color:#bd615f">
Div content here</div>

This div background color is #bd615f


#bd615f Border Color

<div style="border:3px solid #bd615f">
Div here</div>

This div border color is #bd615f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,97,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd615f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd615f;
  -webkit-box-shadow: 1px 1px 3px 2px #bd615f;
  box-shadow:         1px 1px 3px 2px #bd615f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,97,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bd615f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bd615f;
  -webkit-box-shadow: 1px 1px 3px 2px #bd615f;
  box-shadow:         1px 1px 3px 2px #bd615f;">
Div content here</div>

This div box has shadow with color #bd615f


Comments

No comments written yet.

Please login to write comment.