#BCB969

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

Shades of Dark Khaki #BCB969

Tints of Dark Khaki #BCB969

Color information

#BCB969 (or 0xBCB969) is unknown color: approx Dark Khaki. HEX triplet: BC, B9 and 69. RGB value is (188,185,105). Sum of RGB (Red+Green+Blue) = 188+185+105=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB969 is #434696. Grayscale: #B1B1B1. Windows color (decimal): -4408983 or 6928828. OLE color: 6928828.

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

Color convert

RGB188185105-
CMYK00.020.440.26
HSL57.83º38.25%57.45%-
HSV(B)57.83º44.15%73.73%-
XYZ40.6446.4120.18-
YUV176.7887.49136-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 185 (72.66% from 255) = 38.70%
BLUE value IS 105 (41.41% from 255) = 21.97%
R=39.33%
G=38.70%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818510500.020.440.2657.8338.2557.45
HexBCB969022C1A3a2639
Octal274271151025432724671
Binary1011110010111001110100101010110011010111010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB969; }

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

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

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

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

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

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

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

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