#BCB868

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

Shades of Dark Khaki #BCB868

Tints of Dark Khaki #BCB868

Color information

#BCB868 (or 0xBCB868) is unknown color: approx Dark Khaki. HEX triplet: BC, B8 and 68. RGB value is (188,184,104). Sum of RGB (Red+Green+Blue) = 188+184+104=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB868 is #434797. Grayscale: #B0B0B0. Windows color (decimal): -4409240 or 6863036. OLE color: 6863036.

HSL color Cylindrical-coordinate representation of color #BCB868: hue angle of 57.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 #BCB868 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB188184104-
CMYK00.020.450.26
HSL57.14º38.53%57.25%-
HSV(B)57.14º44.68%73.73%-
XYZ40.3845.9719.84-
YUV176.0887.33136.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 184 (72.27% from 255) = 38.66%
BLUE value IS 104 (41.02% from 255) = 21.85%
R=39.50%
G=38.66%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818410400.020.450.2657.1438.5357.25
HexBCB868022D1A392739
Octal274270150025532714771
Binary1011110010111000110100001010110111010111001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB868; }

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

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

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

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

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

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

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

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