#BEA647

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

Shades of Sundance #BEA647

Tints of Sundance #BEA647

Color information

#BEA647 (or 0xBEA647) is unknown color: approx Sundance. HEX triplet: BE, A6 and 47. RGB value is (190,166,71). Sum of RGB (Red+Green+Blue) = 190+166+71=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA647 is #4159B8. Grayscale: #A2A2A2. Windows color (decimal): -4282809 or 4695742. OLE color: 4695742.

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

Color convert

RGB19016671-
CMYK00.130.630.25
HSL47.9º47.79%51.18%-
HSV(B)47.9º62.63%74.51%-
XYZ36.0138.6711.53-
YUV162.3576.45147.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 166 (65.23% from 255) = 38.88%
BLUE value IS 71 (28.12% from 255) = 16.63%
R=44.50%
G=38.88%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901667100.130.630.2547.947.7951.18
HexBEA6470D3F19303033
Octal2762461070157731606063
Binary101111101010011010001110110111111111001110000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA647; }

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

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

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

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

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

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

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

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