Color Hex Logo

#bd863b Color Hex

#BD863B
(189,134,59)
0 Favorites   0 Comments

Color spaces of #bd863b

RGB 18913459
HSL0.100.520.49
HSV35°69°74°
CMYK 0.000.290.69   0.26
XYZ30.300828.18487.9809
Yxy28.18480.45590.4240
Hunter Lab53.08948.972728.2495
CIE-Lab60.055313.741847.4295

#bd863b color RGB value is (189,134,59).

#bd863b hex color red value is 189, green value is 134 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bd863b hue: 0.10 , saturation: 0.52 and the lightness value of bd863b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000110 00111011
Octal 275 206 73
Decimal 189 134 59
Hex BD 86 3B

RGB Percentages of Color #bd863b

%49.48
%35.08
%15.45

CMYK Percentages of Color #bd863b

%0
%29
%69
%26

Triadic Colors of #bd863b

#bd863b #3bbd86 #863bbd

Analogous Colors of #bd863b

#bd863b #b3bd3b #bd453b

Monochromatic Colors of #bd863b

#bd863b

Complementary Color

#bd863b #3b72bd

#bd863b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd863b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd863b Color CSS Codes

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

#bd863b Text Font Color

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

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


#bd863b Background Color

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

This div background color is #bd863b


#bd863b Border Color

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

This div border color is #bd863b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd863b


Comments

No comments written yet.

Please login to write comment.