Color Hex Logo

#bd852e Color Hex

#BD852E
(189,133,46)
0 Favorites   0 Comments

Color spaces of #bd852e

RGB 18913346
HSL0.100.610.46
HSV37°76°74°
CMYK 0.000.300.76   0.26
XYZ29.866927.79116.3748
Yxy27.79110.46640.4340
Hunter Lab52.71738.873729.7325
CIE-Lab59.699513.637152.8562

#bd852e color RGB value is (189,133,46).

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

The process color (four color CMYK) of #bd852e color hex is 0.00, 0.30, 0.76, 0.26. Web safe color of #bd852e is #cc9933. Color #bd852e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000101 00101110
Octal 275 205 56
Decimal 189 133 46
Hex BD 85 2E

RGB Percentages of Color #bd852e

%51.36
%36.14
%12.50

CMYK Percentages of Color #bd852e

%0
%30
%76
%26

Triadic Colors of #bd852e

#bd852e #2ebd85 #852ebd

Analogous Colors of #bd852e

#bd852e #aebd2e #bd3e2e

Monochromatic Colors of #bd852e

#bd852e

Complementary Color

#bd852e #2e66bd

#bd852e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd852e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd852e Color CSS Codes

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

#bd852e Text Font Color

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

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


#bd852e Background Color

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

This div background color is #bd852e


#bd852e Border Color

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

This div border color is #bd852e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd852e


Comments

No comments written yet.

Please login to write comment.