#BEAE48

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

Shades of Sundance #BEAE48

Tints of Sundance #BEAE48

Color information

#BEAE48 (or 0xBEAE48) is unknown color: approx Sundance. HEX triplet: BE, AE and 48. RGB value is (190,174,72). Sum of RGB (Red+Green+Blue) = 190+174+72=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 72 (28.52% from 255 or 16.51% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAE48 is #4151B7. Grayscale: #A7A7A7. Windows color (decimal): -4280760 or 4763326. OLE color: 4763326.

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

Color convert

RGB19017472-
CMYK00.080.620.25
HSL51.86º47.58%51.37%-
HSV(B)51.86º62.11%74.51%-
XYZ37.5441.6912.2-
YUV167.1674.3144.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 174 (68.36% from 255) = 39.91%
BLUE value IS 72 (28.52% from 255) = 16.51%
R=43.58%
G=39.91%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901747200.080.620.2551.8647.5851.37
HexBEAE48083E19343033
Octal2762561100107631646063
Binary101111101010111010010000100011111011001110100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE48; }

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

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

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

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

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

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

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

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