#BEA546

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

Shades of Sundance #BEA546

Tints of Sundance #BEA546

Color information

#BEA546 (or 0xBEA546) is unknown color: approx Sundance. HEX triplet: BE, A5 and 46. RGB value is (190,165,70). Sum of RGB (Red+Green+Blue) = 190+165+70=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA546 is #415AB9. Grayscale: #A2A2A2. Windows color (decimal): -4283066 or 4629950. OLE color: 4629950.

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

Color convert

RGB19016570-
CMYK00.130.630.25
HSL47.5º48%50.98%-
HSV(B)47.5º63.16%74.51%-
XYZ35.838.311.3-
YUV161.6476.28148.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 165 (64.84% from 255) = 38.82%
BLUE value IS 70 (27.73% from 255) = 16.47%
R=44.71%
G=38.82%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901657000.130.630.2547.54850.98
HexBEA5460D3F19303033
Octal2762451060157731606063
Binary101111101010010110001100110111111111001110000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA546; }

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

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

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

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

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

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

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

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