#BEA451

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

Shades of Sundance #BEA451

Tints of Sundance #BEA451

Color information

#BEA451 (or 0xBEA451) is unknown color: approx Sundance. HEX triplet: BE, A4 and 51. RGB value is (190,164,81). Sum of RGB (Red+Green+Blue) = 190+164+81=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 81 (32.03% from 255 or 18.62% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA451 is #415BAE. Grayscale: #A2A2A2. Windows color (decimal): -4283311 or 5350590. OLE color: 5350590.

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

Color convert

RGB19016481-
CMYK00.140.570.25
HSL45.69º45.61%53.14%-
HSV(B)45.69º57.37%74.51%-
XYZ3638.0913.24-
YUV162.3182.11147.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 81 (32.03% from 255) = 18.62%
R=43.68%
G=37.70%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901648100.140.570.2545.6945.6153.14
HexBEA4510E39192e2e35
Octal2762441210167131565665
Binary101111101010010010100010111011100111001101110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA451; }

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

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

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

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

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

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

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

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