#BCB86E

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

Shades of Dark Khaki #BCB86E

Tints of Dark Khaki #BCB86E

Color information

#BCB86E (or 0xBCB86E) is unknown color: approx Dark Khaki. HEX triplet: BC, B8 and 6E. RGB value is (188,184,110). Sum of RGB (Red+Green+Blue) = 188+184+110=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB86E is #434791. Grayscale: #B1B1B1. Windows color (decimal): -4409234 or 7256252. OLE color: 7256252.

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

Color convert

RGB188184110-
CMYK00.020.410.26
HSL56.92º36.79%58.43%-
HSV(B)56.92º41.49%73.73%-
XYZ40.6946.121.5-
YUV176.7690.33136.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 184 (72.27% from 255) = 38.17%
BLUE value IS 110 (43.36% from 255) = 22.82%
R=39.00%
G=38.17%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818411000.020.410.2656.9236.7958.43
HexBCB86E02291A39253a
Octal274270156025132714572
Binary1011110010111000110111001010100111010111001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB86E; }

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

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

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

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

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

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

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

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