#BEB570

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

Shades of Dark Khaki #BEB570

Tints of Dark Khaki #BEB570

Color information

#BEB570 (or 0xBEB570) is unknown color: approx Dark Khaki. HEX triplet: BE, B5 and 70. RGB value is (190,181,112). Sum of RGB (Red+Green+Blue) = 190+181+112=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB570 is #414A8F. Grayscale: #B0B0B0. Windows color (decimal): -4278928 or 7386558. OLE color: 7386558.

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

Color convert

RGB190181112-
CMYK00.050.410.25
HSL53.08º37.5%59.22%-
HSV(B)53.08º41.05%74.51%-
XYZ40.6845.1621.9-
YUV175.8291.98138.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 181 (71.09% from 255) = 37.47%
BLUE value IS 112 (44.14% from 255) = 23.19%
R=39.34%
G=37.47%
B=23.19%

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
Decimal19018111200.050.410.2553.0837.559.22
HexBEB57005291935263b
Octal276265160055131654673
Binary10111110101101011110000010110100111001110101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB570; }

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

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

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

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

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

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

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

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