#BCB56F

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

Shades of Dark Khaki #BCB56F

Tints of Dark Khaki #BCB56F

Color information

#BCB56F (or 0xBCB56F) is unknown color: approx Dark Khaki. HEX triplet: BC, B5 and 6F. RGB value is (188,181,111). Sum of RGB (Red+Green+Blue) = 188+181+111=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 111 (43.75% from 255 or 23.12% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB56F is #434A90. Grayscale: #AFAFAF. Windows color (decimal): -4410001 or 7321020. OLE color: 7321020.

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

Color convert

RGB188181111-
CMYK00.040.410.26
HSL54.55º36.49%58.63%-
HSV(B)54.55º40.96%73.73%-
XYZ40.1344.8921.59-
YUV175.1191.82137.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 181 (71.09% from 255) = 37.71%
BLUE value IS 111 (43.75% from 255) = 23.12%
R=39.17%
G=37.71%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818111100.040.410.2654.5536.4958.63
HexBCB56F04291A37243b
Octal274265157045132674473
Binary10111100101101011101111010010100111010110111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB56F; }

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

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

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

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

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

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

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

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