Color Hex Logo

#bd8733 Color Hex

#BD8733
(189,135,51)
0 Favorites   0 Comments

Color spaces of #bd8733

RGB 18913551
HSL0.100.580.47
HSV37°73°74°
CMYK 0.000.290.73   0.26
XYZ30.247828.38587.0167
Yxy28.38580.46070.4324
Hunter Lab53.27838.103129.4864
CIE-Lab60.235712.765151.2569

#bd8733 color RGB value is (189,135,51).

#bd8733 hex color red value is 189, green value is 135 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #bd8733 hue: 0.10 , saturation: 0.58 and the lightness value of bd8733 is 0.47.

The process color (four color CMYK) of #bd8733 color hex is 0.00, 0.29, 0.73, 0.26. Web safe color of #bd8733 is #cc9933. Color #bd8733 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000111 00110011
Octal 275 207 63
Decimal 189 135 51
Hex BD 87 33

RGB Percentages of Color #bd8733

%50.40
%36.00
%13.60

CMYK Percentages of Color #bd8733

%0
%29
%73
%26

Triadic Colors of #bd8733

#bd8733 #33bd87 #8733bd

Analogous Colors of #bd8733

#bd8733 #aebd33 #bd4233

Monochromatic Colors of #bd8733

#bd8733

Complementary Color

#bd8733 #3369bd

#bd8733 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8733 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8733 Color CSS Codes

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

#bd8733 Text Font Color

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

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


#bd8733 Background Color

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

This div background color is #bd8733


#bd8733 Border Color

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

This div border color is #bd8733


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8733


Comments

No comments written yet.

Please login to write comment.