#BCB168

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

Shades of Dark Khaki #BCB168

Tints of Dark Khaki #BCB168

Color information

#BCB168 (or 0xBCB168) is unknown color: approx Dark Khaki. HEX triplet: BC, B1 and 68. RGB value is (188,177,104). Sum of RGB (Red+Green+Blue) = 188+177+104=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB168 is #434E97. Grayscale: #ACACAC. Windows color (decimal): -4411032 or 6861244. OLE color: 6861244.

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

Color convert

RGB188177104-
CMYK00.060.450.26
HSL52.14º38.53%57.25%-
HSV(B)52.14º44.68%73.73%-
XYZ38.9643.1419.37-
YUV171.9789.64139.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 104 (41.02% from 255) = 22.17%
R=40.09%
G=37.74%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817710400.060.450.2652.1438.5357.25
HexBCB168062D1A342739
Octal274261150065532644771
Binary10111100101100011101000011010110111010110100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB168; }

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

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

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

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

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

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

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

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