#BCB966

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

Shades of Dark Khaki #BCB966

Tints of Dark Khaki #BCB966

Color information

#BCB966 (or 0xBCB966) is unknown color: approx Dark Khaki. HEX triplet: BC, B9 and 66. RGB value is (188,185,102). Sum of RGB (Red+Green+Blue) = 188+185+102=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB966 is #434699. Grayscale: #B0B0B0. Windows color (decimal): -4408986 or 6732220. OLE color: 6732220.

HSL color Cylindrical-coordinate representation of color #BCB966: hue angle of 57.91º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCB966 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188185102-
CMYK00.020.460.26
HSL57.91º39.09%56.86%-
HSV(B)57.91º45.74%73.73%-
XYZ40.4946.3519.38-
YUV176.4485.99136.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=39.58%
G=38.95%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818510200.020.460.2657.9139.0956.86
HexBCB966022E1A3a2739
Octal274271146025632724771
Binary1011110010111001110011001010111011010111010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB966; }

 p { color: rgb(188,185,102); }

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

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

 a { background-color: rgb(188,185,102); }

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

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

 span { border-color: rgb(188,185,102); }

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