Color Hex Logo

#bd854f Color Hex

#BD854F
(189,133,79)
0 Favorites   0 Comments

Color spaces of #bd854f

RGB 18913379
HSL0.080.450.53
HSV29°58°74°
CMYK 0.000.300.58   0.26
XYZ30.785128.158411.2097
Yxy28.15840.43880.4014
Hunter Lab53.064510.693024.6203
CIE-Lab60.031615.654337.3526

#bd854f color RGB value is (189,133,79).

#bd854f hex color red value is 189, green value is 133 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bd854f hue: 0.08 , saturation: 0.45 and the lightness value of bd854f is 0.53.

The process color (four color CMYK) of #bd854f color hex is 0.00, 0.30, 0.58, 0.26. Web safe color of #bd854f is #cc9966. Color #bd854f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000101 01001111
Octal 275 205 117
Decimal 189 133 79
Hex BD 85 4F

RGB Percentages of Color #bd854f

%47.13
%33.17
%19.70

CMYK Percentages of Color #bd854f

%0
%30
%58
%26

Triadic Colors of #bd854f

#bd854f #4fbd85 #854fbd

Analogous Colors of #bd854f

#bd854f #bdbc4f #bd4f50

Monochromatic Colors of #bd854f

#bd854f

Complementary Color

#bd854f #4f87bd

#bd854f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd854f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd854f Color CSS Codes

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

#bd854f Text Font Color

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

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


#bd854f Background Color

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

This div background color is #bd854f


#bd854f Border Color

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

This div border color is #bd854f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd854f


Comments

No comments written yet.

Please login to write comment.