#BCB76D

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

Shades of Dark Khaki #BCB76D

Tints of Dark Khaki #BCB76D

Color information

#BCB76D (or 0xBCB76D) is unknown color: approx Dark Khaki. HEX triplet: BC, B7 and 6D. RGB value is (188,183,109). Sum of RGB (Red+Green+Blue) = 188+183+109=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB76D is #434892. Grayscale: #B0B0B0. Windows color (decimal): -4409491 or 7190460. OLE color: 7190460.

HSL color Cylindrical-coordinate representation of color #BCB76D: hue angle of 56.2º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCB76D is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB188183109-
CMYK00.030.420.26
HSL56.2º37.09%58.24%-
HSV(B)56.2º42.02%73.73%-
XYZ40.4345.6621.15-
YUV176.0690.16136.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 183 (71.88% from 255) = 38.12%
BLUE value IS 109 (42.97% from 255) = 22.71%
R=39.17%
G=38.12%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818310900.030.420.2656.237.0958.24
HexBCB76D032A1A38253a
Octal274267155035232704572
Binary1011110010110111110110101110101011010111000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB76D; }

 p { color: rgb(188,183,109); }

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

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

 a { background-color: rgb(188,183,109); }

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

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

 span { border-color: rgb(188,183,109); }

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