#BCB86A

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

Shades of Dark Khaki #BCB86A

Tints of Dark Khaki #BCB86A

Color information

#BCB86A (or 0xBCB86A) is unknown color: approx Dark Khaki. HEX triplet: BC, B8 and 6A. RGB value is (188,184,106). Sum of RGB (Red+Green+Blue) = 188+184+106=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB86A is #434795. Grayscale: #B0B0B0. Windows color (decimal): -4409238 or 6994108. OLE color: 6994108.

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

Color convert

RGB188184106-
CMYK00.020.440.26
HSL57.07º37.96%57.65%-
HSV(B)57.07º43.62%73.73%-
XYZ40.4846.0120.38-
YUV176.388.33136.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 106 (41.80% from 255) = 22.18%
R=39.33%
G=38.49%
B=22.18%

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
Decimal18818410600.020.440.2657.0737.9657.65
HexBCB86A022C1A39263a
Octal274270152025432714672
Binary1011110010111000110101001010110011010111001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB86A; }

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

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

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

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

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

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

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

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