#BCB06D

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

Shades of Dark Khaki #BCB06D

Tints of Dark Khaki #BCB06D

Color information

#BCB06D (or 0xBCB06D) is unknown color: approx Dark Khaki. HEX triplet: BC, B0 and 6D. RGB value is (188,176,109). Sum of RGB (Red+Green+Blue) = 188+176+109=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB06D is #434F92. Grayscale: #ACACAC. Windows color (decimal): -4411283 or 7188668. OLE color: 7188668.

HSL color Cylindrical-coordinate representation of color #BCB06D: hue angle of 50.89º 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 #BCB06D is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB188176109-
CMYK00.060.420.26
HSL50.89º37.09%58.24%-
HSV(B)50.89º42.02%73.73%-
XYZ39.0242.8520.68-
YUV171.9592.48139.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 109 (42.97% from 255) = 23.04%
R=39.75%
G=37.21%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817610900.060.420.2650.8937.0958.24
HexBCB06D062A1A33253a
Octal274260155065232634572
Binary10111100101100001101101011010101011010110011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB06D; }

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

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

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

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

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

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

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

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