#BCB765

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

Shades of Dark Khaki #BCB765

Tints of Dark Khaki #BCB765

Color information

#BCB765 (or 0xBCB765) is unknown color: approx Dark Khaki. HEX triplet: BC, B7 and 65. RGB value is (188,183,101). Sum of RGB (Red+Green+Blue) = 188+183+101=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB765 is #43489A. Grayscale: #AFAFAF. Windows color (decimal): -4409499 or 6666172. OLE color: 6666172.

HSL color Cylindrical-coordinate representation of color #BCB765: hue angle of 56.55º 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 #BCB765 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188183101-
CMYK00.030.460.26
HSL56.55º39.37%56.67%-
HSV(B)56.55º46.28%73.73%-
XYZ40.0245.518.98-
YUV175.1586.16137.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 183 (71.88% from 255) = 38.77%
BLUE value IS 101 (39.84% from 255) = 21.40%
R=39.83%
G=38.77%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818310100.030.460.2656.5539.3756.67
HexBCB765032E1A392739
Octal274267145035632714771
Binary1011110010110111110010101110111011010111001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB765; }

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

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

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

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

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

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

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

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