#BCB16D

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

Shades of Dark Khaki #BCB16D

Tints of Dark Khaki #BCB16D

Color information

#BCB16D (or 0xBCB16D) is unknown color: approx Dark Khaki. HEX triplet: BC, B1 and 6D. RGB value is (188,177,109). Sum of RGB (Red+Green+Blue) = 188+177+109=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB16D is #434E92. Grayscale: #ACACAC. Windows color (decimal): -4411027 or 7188924. OLE color: 7188924.

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

Color convert

RGB188177109-
CMYK00.060.420.26
HSL51.65º37.09%58.24%-
HSV(B)51.65º42.02%73.73%-
XYZ39.2243.2420.75-
YUV172.5492.14139.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 177 (69.53% from 255) = 37.34%
BLUE value IS 109 (42.97% from 255) = 23.00%
R=39.66%
G=37.34%
B=23.00%

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
Decimal18817710900.060.420.2651.6537.0958.24
HexBCB16D062A1A34253a
Octal274261155065232644572
Binary10111100101100011101101011010101011010110100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB16D; }

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

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

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

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

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

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

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

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