Color Hex Logo

#bc805f Color Hex

#BC805F
(188,128,95)
0 Favorites   0 Comments

Color spaces of #bc805f

RGB 18812895
HSL0.060.410.55
HSV21°49°74°
CMYK 0.000.320.49   0.26
XYZ30.523826.955914.4207
Yxy26.95590.42450.3749
Hunter Lab51.919114.083819.8753
CIE-Lab58.933519.413227.2492

#bc805f color RGB value is (188,128,95).

#bc805f hex color red value is 188, green value is 128 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bc805f hue: 0.06 , saturation: 0.41 and the lightness value of bc805f is 0.55.

The process color (four color CMYK) of #bc805f color hex is 0.00, 0.32, 0.49, 0.26. Web safe color of #bc805f is #cc9966. Color #bc805f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000000 01011111
Octal 274 200 137
Decimal 188 128 95
Hex BC 80 5F

RGB Percentages of Color #bc805f

%45.74
%31.14
%23.11

CMYK Percentages of Color #bc805f

%0
%32
%49
%26

Triadic Colors of #bc805f

#bc805f #5fbc80 #805fbc

Analogous Colors of #bc805f

#bc805f #bcaf5f #bc5f6d

Monochromatic Colors of #bc805f

#bc805f

Complementary Color

#bc805f #5f9bbc

#bc805f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc805f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc805f Color CSS Codes

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

#bc805f Text Font Color

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

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


#bc805f Background Color

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

This div background color is #bc805f


#bc805f Border Color

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

This div border color is #bc805f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,128,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc805f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc805f;
  -webkit-box-shadow: 1px 1px 3px 2px #bc805f;
  box-shadow:         1px 1px 3px 2px #bc805f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,128,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc805f


Comments

No comments written yet.

Please login to write comment.