#BEB56E

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

Shades of Dark Khaki #BEB56E

Tints of Dark Khaki #BEB56E

Color information

#BEB56E (or 0xBEB56E) is unknown color: approx Dark Khaki. HEX triplet: BE, B5 and 6E. RGB value is (190,181,110). Sum of RGB (Red+Green+Blue) = 190+181+110=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB56E is #414A91. Grayscale: #AFAFAF. Windows color (decimal): -4278930 or 7255486. OLE color: 7255486.

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

Color convert

RGB190181110-
CMYK00.050.420.25
HSL53.25º38.1%58.82%-
HSV(B)53.25º42.11%74.51%-
XYZ40.5745.1221.32-
YUV175.690.98138.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 181 (71.09% from 255) = 37.63%
BLUE value IS 110 (43.36% from 255) = 22.87%
R=39.50%
G=37.63%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018111000.050.420.2553.2538.158.82
HexBEB56E052A1935263b
Octal276265156055231654673
Binary10111110101101011101110010110101011001110101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB56E; }

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

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

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

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

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

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

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

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