#BEB56F

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

Shades of Dark Khaki #BEB56F

Tints of Dark Khaki #BEB56F

Color information

#BEB56F (or 0xBEB56F) is unknown color: approx Dark Khaki. HEX triplet: BE, B5 and 6F. RGB value is (190,181,111). Sum of RGB (Red+Green+Blue) = 190+181+111=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB56F is #414A90. Grayscale: #B0B0B0. Windows color (decimal): -4278929 or 7321022. OLE color: 7321022.

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

Color convert

RGB190181111-
CMYK00.050.420.25
HSL53.16º37.8%59.02%-
HSV(B)53.16º41.58%74.51%-
XYZ40.6345.1421.61-
YUV175.7191.48138.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 181 (71.09% from 255) = 37.55%
BLUE value IS 111 (43.75% from 255) = 23.03%
R=39.42%
G=37.55%
B=23.03%

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
Decimal19018111100.050.420.2553.1637.859.02
HexBEB56F052A1935263b
Octal276265157055231654673
Binary10111110101101011101111010110101011001110101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB56F; }

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

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

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

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

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

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

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

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