#BCB570

Color #BCB570 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BCB570

Tints of Dark Khaki #BCB570

Color information

#BCB570 (or 0xBCB570) is unknown color: approx Dark Khaki. HEX triplet: BC, B5 and 70. RGB value is (188,181,112). Sum of RGB (Red+Green+Blue) = 188+181+112=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB570 is #434A8F. Grayscale: #AFAFAF. Windows color (decimal): -4410000 or 7386556. OLE color: 7386556.

HSL color Cylindrical-coordinate representation of color #BCB570: hue angle of 54.47º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCB570 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB188181112-
CMYK00.040.400.26
HSL54.47º36.19%58.82%-
HSV(B)54.47º40.43%73.73%-
XYZ40.1944.9121.88-
YUV175.2392.32137.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 181 (71.09% from 255) = 37.63%
BLUE value IS 112 (44.14% from 255) = 23.28%
R=39.09%
G=37.63%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818111200.040.400.2654.4736.1958.82
HexBCB57004281A36243b
Octal274265160045032664473
Binary10111100101101011110000010010100011010110110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB570; }

 p { color: rgb(188,181,112); }

 H1.HeaderClassName
 {
   color: #BCB570;
 }
 .AnyTagClassName
 {
   color: #BCB570;
 }
</style>
background-color css

<style>
 a { background-color: #BCB570; }

 a { background-color: rgb(188,181,112); }

 div.DivClassName
 {
   background-color: #BCB570;
 }
 .BgClassName
 {
   background-color: #BCB570;
 }
</style>
border-color css

<style>
 span { border-color: #BCB570; }

 span { border-color: rgb(188,181,112); }

 td.TdClassName
 {
   border-color: #BCB570;
 }
 .TagClassName
 {
   border-color: #BCB570;
 }
</style>