#BEA355

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

Shades of Sundance #BEA355

Tints of Sundance #BEA355

Color information

#BEA355 (or 0xBEA355) is unknown color: approx Sundance. HEX triplet: BE, A3 and 55. RGB value is (190,163,85). Sum of RGB (Red+Green+Blue) = 190+163+85=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA355 is #415CAA. Grayscale: #A2A2A2. Windows color (decimal): -4283563 or 5612478. OLE color: 5612478.

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

Color convert

RGB19016385-
CMYK00.140.550.25
HSL44.57º44.68%53.92%-
HSV(B)44.57º55.26%74.51%-
XYZ35.9737.813.99-
YUV162.1884.45147.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 163 (64.06% from 255) = 37.21%
BLUE value IS 85 (33.59% from 255) = 19.41%
R=43.38%
G=37.21%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901638500.140.550.2544.5744.6853.92
HexBEA3550E37192d2d36
Octal2762431250166731555566
Binary101111101010001110101010111011011111001101101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA355; }

 p { color: rgb(190,163,85); }

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

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

 a { background-color: rgb(190,163,85); }

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

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

 span { border-color: rgb(190,163,85); }

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