#BEAE4E

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

Shades of Sundance #BEAE4E

Tints of Sundance #BEAE4E

Color information

#BEAE4E (or 0xBEAE4E) is unknown color: approx Sundance. HEX triplet: BE, AE and 4E. RGB value is (190,174,78). Sum of RGB (Red+Green+Blue) = 190+174+78=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 78 (30.86% from 255 or 17.65% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE4E is #4151B1. Grayscale: #A8A8A8. Windows color (decimal): -4280754 or 5156542. OLE color: 5156542.

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

Color convert

RGB19017478-
CMYK00.080.590.25
HSL51.43º46.28%52.55%-
HSV(B)51.43º58.95%74.51%-
XYZ37.7541.7713.28-
YUV167.8477.3143.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 174 (68.36% from 255) = 39.37%
BLUE value IS 78 (30.86% from 255) = 17.65%
R=42.99%
G=39.37%
B=17.65%

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
Decimal1901747800.080.590.2551.4346.2852.55
HexBEAE4E083B19332e35
Octal2762561160107331635665
Binary101111101010111010011100100011101111001110011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE4E; }

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

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

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

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

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

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

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

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