#BEA454

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

Shades of Sundance #BEA454

Tints of Sundance #BEA454

Color information

#BEA454 (or 0xBEA454) is unknown color: approx Sundance. HEX triplet: BE, A4 and 54. RGB value is (190,164,84). Sum of RGB (Red+Green+Blue) = 190+164+84=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 84 (33.20% from 255 or 19.18% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA454 is #415BAB. Grayscale: #A3A3A3. Windows color (decimal): -4283308 or 5547198. OLE color: 5547198.

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

Color convert

RGB19016484-
CMYK00.140.560.25
HSL45.28º44.92%53.73%-
HSV(B)45.28º55.79%74.51%-
XYZ36.1138.1413.85-
YUV162.6583.61147.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 164 (64.45% from 255) = 37.44%
BLUE value IS 84 (33.20% from 255) = 19.18%
R=43.38%
G=37.44%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901648400.140.560.2545.2844.9253.73
HexBEA4540E38192d2d36
Octal2762441240167031555566
Binary101111101010010010101000111011100011001101101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA454; }

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

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

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

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

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

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

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

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