#BCB865

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

Shades of Dark Khaki #BCB865

Tints of Dark Khaki #BCB865

Color information

#BCB865 (or 0xBCB865) is unknown color: approx Dark Khaki. HEX triplet: BC, B8 and 65. RGB value is (188,184,101). Sum of RGB (Red+Green+Blue) = 188+184+101=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB865 is #43479A. Grayscale: #B0B0B0. Windows color (decimal): -4409243 or 6666428. OLE color: 6666428.

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

Color convert

RGB188184101-
CMYK00.020.460.26
HSL57.24º39.37%56.67%-
HSV(B)57.24º46.28%73.73%-
XYZ40.2345.9119.05-
YUV175.7385.83136.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 184 (72.27% from 255) = 38.90%
BLUE value IS 101 (39.84% from 255) = 21.35%
R=39.75%
G=38.90%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818410100.020.460.2657.2439.3756.67
HexBCB865022E1A392739
Octal274270145025632714771
Binary1011110010111000110010101010111011010111001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB865; }

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

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

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

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

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

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

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

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