Color Hex Logo

#bd8830 Color Hex

#BD8830
(189,136,48)
0 Favorites   0 Comments

Color spaces of #bd8830

RGB 18913648
HSL0.100.590.46
HSV37°75°74°
CMYK 0.000.280.75   0.26
XYZ30.323928.64056.7262
Yxy28.64050.46160.4360
Hunter Lab53.51687.487930.0100
CIE-Lab60.463012.071252.7710

#bd8830 color RGB value is (189,136,48).

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

The process color (four color CMYK) of #bd8830 color hex is 0.00, 0.28, 0.75, 0.26. Web safe color of #bd8830 is #cc9933. Color #bd8830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001000 00110000
Octal 275 210 60
Decimal 189 136 48
Hex BD 88 30

RGB Percentages of Color #bd8830

%50.67
%36.46
%12.87

CMYK Percentages of Color #bd8830

%0
%28
%75
%26

Triadic Colors of #bd8830

#bd8830 #30bd88 #8830bd

Analogous Colors of #bd8830

#bd8830 #acbd30 #bd4230

Monochromatic Colors of #bd8830

#bd8830

Complementary Color

#bd8830 #3065bd

#bd8830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8830 Color CSS Codes

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

#bd8830 Text Font Color

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

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


#bd8830 Background Color

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

This div background color is #bd8830


#bd8830 Border Color

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

This div border color is #bd8830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8830


Comments

No comments written yet.

Please login to write comment.