#BEA446

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

Shades of Sundance #BEA446

Tints of Sundance #BEA446

Color information

#BEA446 (or 0xBEA446) is unknown color: approx Sundance. HEX triplet: BE, A4 and 46. RGB value is (190,164,70). Sum of RGB (Red+Green+Blue) = 190+164+70=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA446 is #415BB9. Grayscale: #A1A1A1. Windows color (decimal): -4283322 or 4629694. OLE color: 4629694.

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

Color convert

RGB19016470-
CMYK00.140.630.25
HSL47º48%50.98%-
HSV(B)47º63.16%74.51%-
XYZ35.6237.9411.24-
YUV161.0676.61148.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 164 (64.45% from 255) = 38.68%
BLUE value IS 70 (27.73% from 255) = 16.51%
R=44.81%
G=38.68%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901647000.140.630.25474850.98
HexBEA4460E3F192f3033
Octal2762441060167731576063
Binary101111101010010010001100111011111111001101111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA446; }

 p { color: rgb(190,164,70); }

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

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

 a { background-color: rgb(190,164,70); }

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

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

 span { border-color: rgb(190,164,70); }

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