#BEB666

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

Shades of Dark Khaki #BEB666

Tints of Dark Khaki #BEB666

Color information

#BEB666 (or 0xBEB666) is unknown color: approx Dark Khaki. HEX triplet: BE, B6 and 66. RGB value is (190,182,102). Sum of RGB (Red+Green+Blue) = 190+182+102=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB666 is #414999. Grayscale: #AFAFAF. Windows color (decimal): -4278682 or 6731454. OLE color: 6731454.

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

Color convert

RGB190182102-
CMYK00.040.460.25
HSL54.55º40.37%57.25%-
HSV(B)54.55º46.32%74.51%-
XYZ40.3645.3619.2-
YUV175.2786.65138.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 182 (71.48% from 255) = 38.40%
BLUE value IS 102 (40.23% from 255) = 21.52%
R=40.08%
G=38.40%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018210200.040.460.2554.5540.3757.25
HexBEB666042E19372839
Octal276266146045631675071
Binary10111110101101101100110010010111011001110111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB666; }

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

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

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

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

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

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

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

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