#BCB962

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

Shades of Dark Khaki #BCB962

Tints of Dark Khaki #BCB962

Color information

#BCB962 (or 0xBCB962) is unknown color: approx Dark Khaki. HEX triplet: BC, B9 and 62. RGB value is (188,185,98). Sum of RGB (Red+Green+Blue) = 188+185+98=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB962 is #43469D. Grayscale: #B0B0B0. Windows color (decimal): -4408990 or 6470076. OLE color: 6470076.

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

Color convert

RGB18818598-
CMYK00.020.480.26
HSL58º40.18%56.08%-
HSV(B)58º47.87%73.73%-
XYZ40.2946.2718.36-
YUV175.9883.99136.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 98 (38.67% from 255) = 20.81%
R=39.92%
G=39.28%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881859800.020.480.265840.1856.08
HexBCB96202301A3a2838
Octal274271142026032725070
Binary1011110010111001110001001011000011010111010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB962; }

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

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

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

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

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

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

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

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