#BEA654

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

Shades of Sundance #BEA654

Tints of Sundance #BEA654

Color information

#BEA654 (or 0xBEA654) is unknown color: approx Sundance. HEX triplet: BE, A6 and 54. RGB value is (190,166,84). Sum of RGB (Red+Green+Blue) = 190+166+84=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA654 is #4159AB. Grayscale: #A4A4A4. Windows color (decimal): -4282796 or 5547710. OLE color: 5547710.

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

Color convert

RGB19016684-
CMYK00.130.560.25
HSL46.42º44.92%53.73%-
HSV(B)46.42º55.79%74.51%-
XYZ36.4738.8613.97-
YUV163.8382.95146.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 166 (65.23% from 255) = 37.73%
BLUE value IS 84 (33.20% from 255) = 19.09%
R=43.18%
G=37.73%
B=19.09%

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
Decimal1901668400.130.560.2546.4244.9253.73
HexBEA6540D38192e2d36
Octal2762461240157031565566
Binary101111101010011010101000110111100011001101110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA654; }

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

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

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

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

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

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

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

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