#BEB96A

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

Shades of Dark Khaki #BEB96A

Tints of Dark Khaki #BEB96A

Color information

#BEB96A (or 0xBEB96A) is unknown color: approx Dark Khaki. HEX triplet: BE, B9 and 6A. RGB value is (190,185,106). Sum of RGB (Red+Green+Blue) = 190+185+106=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB96A is #414695. Grayscale: #B1B1B1. Windows color (decimal): -4277910 or 6994366. OLE color: 6994366.

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

Color convert

RGB190185106-
CMYK00.030.440.25
HSL56.43º39.25%58.04%-
HSV(B)56.43º44.21%74.51%-
XYZ41.1946.6920.48-
YUV177.4987.66136.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 185 (72.66% from 255) = 38.46%
BLUE value IS 106 (41.80% from 255) = 22.04%
R=39.50%
G=38.46%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018510600.030.440.2556.4339.2558.04
HexBEB96A032C1938273a
Octal276271152035431704772
Binary1011111010111001110101001110110011001111000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB96A; }

 p { color: rgb(190,185,106); }

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

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

 a { background-color: rgb(190,185,106); }

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

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

 span { border-color: rgb(190,185,106); }

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