#BCB867

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

Shades of Dark Khaki #BCB867

Tints of Dark Khaki #BCB867

Color information

#BCB867 (or 0xBCB867) is unknown color: approx Dark Khaki. HEX triplet: BC, B8 and 67. RGB value is (188,184,103). Sum of RGB (Red+Green+Blue) = 188+184+103=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB867 is #434798. Grayscale: #B0B0B0. Windows color (decimal): -4409241 or 6797500. OLE color: 6797500.

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

Color convert

RGB188184103-
CMYK00.020.450.26
HSL57.18º38.81%57.06%-
HSV(B)57.18º45.21%73.73%-
XYZ40.3345.9519.58-
YUV175.9686.83136.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 184 (72.27% from 255) = 38.74%
BLUE value IS 103 (40.62% from 255) = 21.68%
R=39.58%
G=38.74%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818410300.020.450.2657.1838.8157.06
HexBCB867022D1A392739
Octal274270147025532714771
Binary1011110010111000110011101010110111010111001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB867; }

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

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

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

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

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

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

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

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