#BEAF4E

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

Shades of Sundance #BEAF4E

Tints of Sundance #BEAF4E

Color information

#BEAF4E (or 0xBEAF4E) is unknown color: approx Sundance. HEX triplet: BE, AF and 4E. RGB value is (190,175,78). Sum of RGB (Red+Green+Blue) = 190+175+78=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 78 (30.86% from 255 or 17.61% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF4E is #4150B1. Grayscale: #A8A8A8. Windows color (decimal): -4280498 or 5156798. OLE color: 5156798.

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

Color convert

RGB19017578-
CMYK00.080.590.25
HSL51.96º46.28%52.55%-
HSV(B)51.96º58.95%74.51%-
XYZ37.9442.1613.35-
YUV168.4376.97143.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 78 (30.86% from 255) = 17.61%
R=42.89%
G=39.50%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901757800.080.590.2551.9646.2852.55
HexBEAF4E083B19342e35
Octal2762571160107331645665
Binary101111101010111110011100100011101111001110100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF4E; }

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

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

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

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

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

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

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

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