Color Hex Logo

#bd883c Color Hex

#BD883C
(189,136,60)
0 Favorites   0 Comments

Color spaces of #bd883c

RGB 18913660
HSL0.100.520.49
HSV35°68°74°
CMYK 0.000.280.68   0.26
XYZ30.606028.75348.2118
Yxy28.75340.45290.4255
Hunter Lab53.62228.043828.4558
CIE-Lab60.563412.694947.5059

#bd883c color RGB value is (189,136,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001000 00111100
Octal 275 210 74
Decimal 189 136 60
Hex BD 88 3C

RGB Percentages of Color #bd883c

%49.09
%35.32
%15.58

CMYK Percentages of Color #bd883c

%0
%28
%68
%26

Triadic Colors of #bd883c

#bd883c #3cbd88 #883cbd

Analogous Colors of #bd883c

#bd883c #b2bd3c #bd483c

Monochromatic Colors of #bd883c

#bd883c

Complementary Color

#bd883c #3c71bd

#bd883c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd883c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd883c Color CSS Codes

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

#bd883c Text Font Color

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

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


#bd883c Background Color

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

This div background color is #bd883c


#bd883c Border Color

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

This div border color is #bd883c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd883c


Comments

No comments written yet.

Please login to write comment.