#BEA04A

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

Shades of Sundance #BEA04A

Tints of Sundance #BEA04A

Color information

#BEA04A (or 0xBEA04A) is unknown color: approx Sundance. HEX triplet: BE, A0 and 4A. RGB value is (190,160,74). Sum of RGB (Red+Green+Blue) = 190+160+74=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA04A is #415FB5. Grayscale: #9F9F9F. Windows color (decimal): -4284342 or 4890814. OLE color: 4890814.

HSL color Cylindrical-coordinate representation of color #BEA04A: hue angle of 44.48º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEA04A is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19016074-
CMYK00.160.610.25
HSL44.48º47.15%51.76%-
HSV(B)44.48º61.05%74.51%-
XYZ35.0436.5811.69-
YUV159.1779.94149.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 160 (62.89% from 255) = 37.74%
BLUE value IS 74 (29.30% from 255) = 17.45%
R=44.81%
G=37.74%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901607400.160.610.2544.4847.1551.76
HexBEA04A0103D192c2f34
Octal2762401120207531545764
Binary1011111010100000100101001000011110111001101100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA04A; }

 p { color: rgb(190,160,74); }

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

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

 a { background-color: rgb(190,160,74); }

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

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

 span { border-color: rgb(190,160,74); }

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