#BEA24D

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

Shades of Sundance #BEA24D

Tints of Sundance #BEA24D

Color information

#BEA24D (or 0xBEA24D) is unknown color: approx Sundance. HEX triplet: BE, A2 and 4D. RGB value is (190,162,77). Sum of RGB (Red+Green+Blue) = 190+162+77=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA24D is #415DB2. Grayscale: #A1A1A1. Windows color (decimal): -4283827 or 5087934. OLE color: 5087934.

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

Color convert

RGB19016277-
CMYK00.150.590.25
HSL45.13º46.5%52.35%-
HSV(B)45.13º59.47%74.51%-
XYZ35.537.3212.35-
YUV160.6880.78148.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 77 (30.47% from 255) = 17.95%
R=44.29%
G=37.76%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901627700.150.590.2545.1346.552.35
HexBEA24D0F3B192d2f34
Octal2762421150177331555764
Binary101111101010001010011010111111101111001101101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA24D; }

 p { color: rgb(190,162,77); }

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

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

 a { background-color: rgb(190,162,77); }

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

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

 span { border-color: rgb(190,162,77); }

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