Color Hex Logo

#bd914b Color Hex

#BD914B
(189,145,75)
0 Favorites   0 Comments

Color spaces of #bd914b

RGB 18914575
HSL0.100.460.52
HSV37°60°74°
CMYK 0.000.230.60   0.26
XYZ32.381731.577611.0450
Yxy31.57760.43170.4210
Hunter Lab56.19394.521027.6822
CIE-Lab62.99228.729342.9185

#bd914b color RGB value is (189,145,75).

#bd914b hex color red value is 189, green value is 145 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bd914b hue: 0.10 , saturation: 0.46 and the lightness value of bd914b is 0.52.

The process color (four color CMYK) of #bd914b color hex is 0.00, 0.23, 0.60, 0.26. Web safe color of #bd914b is #cc9933. Color #bd914b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010001 01001011
Octal 275 221 113
Decimal 189 145 75
Hex BD 91 4B

RGB Percentages of Color #bd914b

%46.21
%35.45
%18.34

CMYK Percentages of Color #bd914b

%0
%23
%60
%26

Triadic Colors of #bd914b

#bd914b #4bbd91 #914bbd

Analogous Colors of #bd914b

#bd914b #b0bd4b #bd584b

Monochromatic Colors of #bd914b

#bd914b

Complementary Color

#bd914b #4b77bd

#bd914b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd914b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd914b Color CSS Codes

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

#bd914b Text Font Color

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

This sample text font color is #bd914b
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.


#bd914b Background Color

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

This div background color is #bd914b


#bd914b Border Color

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

This div border color is #bd914b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd914b


Comments

No comments written yet.

Please login to write comment.