#BEB866

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

Shades of Dark Khaki #BEB866

Tints of Dark Khaki #BEB866

Color information

#BEB866 (or 0xBEB866) is unknown color: approx Dark Khaki. HEX triplet: BE, B8 and 66. RGB value is (190,184,102). Sum of RGB (Red+Green+Blue) = 190+184+102=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB866 is #414799. Grayscale: #B0B0B0. Windows color (decimal): -4278170 or 6731966. OLE color: 6731966.

HSL color Cylindrical-coordinate representation of color #BEB866: hue angle of 55.91º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEB866 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB190184102-
CMYK00.030.460.25
HSL55.91º40.37%57.25%-
HSV(B)55.91º46.32%74.51%-
XYZ40.7746.1919.34-
YUV176.4585.99137.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 184 (72.27% from 255) = 38.66%
BLUE value IS 102 (40.23% from 255) = 21.43%
R=39.92%
G=38.66%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018410200.030.460.2555.9140.3757.25
HexBEB866032E19382839
Octal276270146035631705071
Binary1011111010111000110011001110111011001111000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB866; }

 p { color: rgb(190,184,102); }

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

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

 a { background-color: rgb(190,184,102); }

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

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

 span { border-color: rgb(190,184,102); }

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