#BEA554

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

Shades of Sundance #BEA554

Tints of Sundance #BEA554

Color information

#BEA554 (or 0xBEA554) is unknown color: approx Sundance. HEX triplet: BE, A5 and 54. RGB value is (190,165,84). Sum of RGB (Red+Green+Blue) = 190+165+84=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 84 (33.20% from 255 or 19.13% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA554 is #415AAB. Grayscale: #A3A3A3. Windows color (decimal): -4283052 or 5547454. OLE color: 5547454.

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

Color convert

RGB19016584-
CMYK00.130.560.25
HSL45.85º44.92%53.73%-
HSV(B)45.85º55.79%74.51%-
XYZ36.2938.513.91-
YUV163.2483.28147.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 165 (64.84% from 255) = 37.59%
BLUE value IS 84 (33.20% from 255) = 19.13%
R=43.28%
G=37.59%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901658400.130.560.2545.8544.9253.73
HexBEA5540D38192e2d36
Octal2762451240157031565566
Binary101111101010010110101000110111100011001101110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA554; }

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

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

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

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

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

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

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

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