#BEA345

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

Shades of Sundance #BEA345

Tints of Sundance #BEA345

Color information

#BEA345 (or 0xBEA345) is unknown color: approx Sundance. HEX triplet: BE, A3 and 45. RGB value is (190,163,69). Sum of RGB (Red+Green+Blue) = 190+163+69=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA345 is #415CBA. Grayscale: #A0A0A0. Windows color (decimal): -4283579 or 4563902. OLE color: 4563902.

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

Color convert

RGB19016369-
CMYK00.140.640.25
HSL46.61º48.21%50.78%-
HSV(B)46.61º63.68%74.51%-
XYZ35.4137.5711.02-
YUV160.3676.45149.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 163 (64.06% from 255) = 38.63%
BLUE value IS 69 (27.34% from 255) = 16.35%
R=45.02%
G=38.63%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901636900.140.640.2546.6148.2150.78
HexBEA3450E40192f3033
Octal27624310501610031576063
Binary1011111010100011100010101110100000011001101111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA345; }

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

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

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

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

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

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

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

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