#BEB66C

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

Shades of Dark Khaki #BEB66C

Tints of Dark Khaki #BEB66C

Color information

#BEB66C (or 0xBEB66C) is unknown color: approx Dark Khaki. HEX triplet: BE, B6 and 6C. RGB value is (190,182,108). Sum of RGB (Red+Green+Blue) = 190+182+108=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB66C is #414993. Grayscale: #B0B0B0. Windows color (decimal): -4278676 or 7124670. OLE color: 7124670.

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

Color convert

RGB190182108-
CMYK00.040.430.25
HSL54.15º38.68%58.43%-
HSV(B)54.15º43.16%74.51%-
XYZ40.6745.4920.82-
YUV175.9689.65138.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 182 (71.48% from 255) = 37.92%
BLUE value IS 108 (42.58% from 255) = 22.5%
R=39.58%
G=37.92%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018210800.040.430.2554.1538.6858.43
HexBEB66C042B1936273a
Octal276266154045331664772
Binary10111110101101101101100010010101111001110110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB66C; }

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

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

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

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

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

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

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

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