#BCB973

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

Shades of Dark Khaki #BCB973

Tints of Dark Khaki #BCB973

Color information

#BCB973 (or 0xBCB973) is unknown color: approx Dark Khaki. HEX triplet: BC, B9 and 73. RGB value is (188,185,115). Sum of RGB (Red+Green+Blue) = 188+185+115=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB973 is #43468C. Grayscale: #B2B2B2. Windows color (decimal): -4408973 or 7584188. OLE color: 7584188.

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

Color convert

RGB188185115-
CMYK00.020.390.26
HSL57.53º35.27%59.41%-
HSV(B)57.53º38.83%73.73%-
XYZ41.1846.6323.05-
YUV177.9292.49135.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 185 (72.66% from 255) = 37.91%
BLUE value IS 115 (45.31% from 255) = 23.57%
R=38.52%
G=37.91%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818511500.020.390.2657.5335.2759.41
HexBCB97302271A3a233b
Octal274271163024732724373
Binary1011110010111001111001101010011111010111010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB973; }

 p { color: rgb(188,185,115); }

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

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

 a { background-color: rgb(188,185,115); }

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

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

 span { border-color: rgb(188,185,115); }

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