Color Hex Logo

#bd8246 Color Hex

#BD8246
(189,130,70)
0 Favorites   0 Comments

Color spaces of #bd8246

RGB 18913070
HSL0.080.470.51
HSV30°63°74°
CMYK 0.000.310.63   0.26
XYZ30.074427.22639.4645
Yxy27.22630.45050.4078
Hunter Lab52.178811.569425.7708
CIE-Lab59.183216.648141.0312

#bd8246 color RGB value is (189,130,70).

#bd8246 hex color red value is 189, green value is 130 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bd8246 hue: 0.08 , saturation: 0.47 and the lightness value of bd8246 is 0.51.

The process color (four color CMYK) of #bd8246 color hex is 0.00, 0.31, 0.63, 0.26. Web safe color of #bd8246 is #cc9933. Color #bd8246 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000010 01000110
Octal 275 202 106
Decimal 189 130 70
Hex BD 82 46

RGB Percentages of Color #bd8246

%48.59
%33.42
%17.99

CMYK Percentages of Color #bd8246

%0
%31
%63
%26

Triadic Colors of #bd8246

#bd8246 #46bd82 #8246bd

Analogous Colors of #bd8246

#bd8246 #bdbd46 #bd4646

Monochromatic Colors of #bd8246

#bd8246

Complementary Color

#bd8246 #4681bd

#bd8246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8246 Color CSS Codes

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

#bd8246 Text Font Color

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

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


#bd8246 Background Color

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

This div background color is #bd8246


#bd8246 Border Color

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

This div border color is #bd8246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8246


Comments

No comments written yet.

Please login to write comment.