#BEB571

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

Shades of Dark Khaki #BEB571

Tints of Dark Khaki #BEB571

Color information

#BEB571 (or 0xBEB571) is unknown color: approx Dark Khaki. HEX triplet: BE, B5 and 71. RGB value is (190,181,113). Sum of RGB (Red+Green+Blue) = 190+181+113=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB571 is #414A8E. Grayscale: #B0B0B0. Windows color (decimal): -4278927 or 7452094. OLE color: 7452094.

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

Color convert

RGB190181113-
CMYK00.050.410.25
HSL52.99º37.2%59.41%-
HSV(B)52.99º40.53%74.51%-
XYZ40.7445.1922.2-
YUV175.9492.48138.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 181 (71.09% from 255) = 37.40%
BLUE value IS 113 (44.53% from 255) = 23.35%
R=39.26%
G=37.40%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018111300.050.410.2552.9937.259.41
HexBEB57105291935253b
Octal276265161055131654573
Binary10111110101101011110001010110100111001110101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB571; }

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

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

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

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

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

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

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

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