#BEB46F

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

Shades of Dark Khaki #BEB46F

Tints of Dark Khaki #BEB46F

Color information

#BEB46F (or 0xBEB46F) is unknown color: approx Dark Khaki. HEX triplet: BE, B4 and 6F. RGB value is (190,180,111). Sum of RGB (Red+Green+Blue) = 190+180+111=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB46F is #414B90. Grayscale: #AFAFAF. Windows color (decimal): -4279185 or 7320766. OLE color: 7320766.

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

Color convert

RGB190180111-
CMYK00.050.420.25
HSL52.41º37.8%59.02%-
HSV(B)52.41º41.58%74.51%-
XYZ40.4344.7421.54-
YUV175.1291.81138.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 111 (43.75% from 255) = 23.08%
R=39.50%
G=37.42%
B=23.08%

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
Decimal19018011100.050.420.2552.4137.859.02
HexBEB46F052A1934263b
Octal276264157055231644673
Binary10111110101101001101111010110101011001110100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB46F; }

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

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

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

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

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

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

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

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