#BCB963

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

Shades of Dark Khaki #BCB963

Tints of Dark Khaki #BCB963

Color information

#BCB963 (or 0xBCB963) is unknown color: approx Dark Khaki. HEX triplet: BC, B9 and 63. RGB value is (188,185,99). Sum of RGB (Red+Green+Blue) = 188+185+99=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB963 is #43469C. Grayscale: #B0B0B0. Windows color (decimal): -4408989 or 6535612. OLE color: 6535612.

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

Color convert

RGB18818599-
CMYK00.020.470.26
HSL57.98º39.91%56.27%-
HSV(B)57.98º47.34%73.73%-
XYZ40.3446.2918.61-
YUV176.0984.49136.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 185 (72.66% from 255) = 39.19%
BLUE value IS 99 (39.06% from 255) = 20.97%
R=39.83%
G=39.19%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881859900.020.470.2657.9839.9156.27
HexBCB963022F1A3a2838
Octal274271143025732725070
Binary1011110010111001110001101010111111010111010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB963; }

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

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

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

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

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

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

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

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