#BEAF70

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

Shades of Dark Khaki #BEAF70

Tints of Dark Khaki #BEAF70

Color information

#BEAF70 (or 0xBEAF70) is unknown color: approx Dark Khaki. HEX triplet: BE, AF and 70. RGB value is (190,175,112). Sum of RGB (Red+Green+Blue) = 190+175+112=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF70 is #41508F. Grayscale: #ACACAC. Windows color (decimal): -4280464 or 7385022. OLE color: 7385022.

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

Color convert

RGB190175112-
CMYK00.080.410.25
HSL48.46º37.5%59.22%-
HSV(B)48.46º41.05%74.51%-
XYZ39.4942.7821.5-
YUV172.393.97140.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 112 (44.14% from 255) = 23.48%
R=39.83%
G=36.69%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017511200.080.410.2548.4637.559.22
HexBEAF7008291930263b
Octal2762571600105131604673
Binary101111101010111111100000100010100111001110000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF70; }

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

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

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

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

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

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

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

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