#BEB660

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

Shades of Dark Khaki #BEB660

Tints of Dark Khaki #BEB660

Color information

#BEB660 (or 0xBEB660) is unknown color: approx Dark Khaki. HEX triplet: BE, B6 and 60. RGB value is (190,182,96). Sum of RGB (Red+Green+Blue) = 190+182+96=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB660 is #41499F. Grayscale: #AEAEAE. Windows color (decimal): -4278688 or 6338238. OLE color: 6338238.

HSL color Cylindrical-coordinate representation of color #BEB660: hue angle of 54.89º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEB660 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19018296-
CMYK00.040.490.25
HSL54.89º41.96%56.08%-
HSV(B)54.89º49.47%74.51%-
XYZ40.0745.2517.69-
YUV174.5983.65138.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 182 (71.48% from 255) = 38.89%
BLUE value IS 96 (37.89% from 255) = 20.51%
R=40.60%
G=38.89%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901829600.040.490.2554.8941.9656.08
HexBEB660043119372a38
Octal276266140046131675270
Binary10111110101101101100000010011000111001110111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB660; }

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

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

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

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

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

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

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

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