#BEB566

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

Shades of Dark Khaki #BEB566

Tints of Dark Khaki #BEB566

Color information

#BEB566 (or 0xBEB566) is unknown color: approx Dark Khaki. HEX triplet: BE, B5 and 66. RGB value is (190,181,102). Sum of RGB (Red+Green+Blue) = 190+181+102=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB566 is #414A99. Grayscale: #AFAFAF. Windows color (decimal): -4278938 or 6731198. OLE color: 6731198.

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

Color convert

RGB190181102-
CMYK00.050.460.25
HSL53.86º40.37%57.25%-
HSV(B)53.86º46.32%74.51%-
XYZ40.1644.9519.13-
YUV174.6886.98138.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 181 (71.09% from 255) = 38.27%
BLUE value IS 102 (40.23% from 255) = 21.56%
R=40.17%
G=38.27%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018110200.050.460.2553.8640.3757.25
HexBEB566052E19362839
Octal276265146055631665071
Binary10111110101101011100110010110111011001110110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB566; }

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

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

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

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

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

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

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

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