#BEA648

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

Shades of Sundance #BEA648

Tints of Sundance #BEA648

Color information

#BEA648 (or 0xBEA648) is unknown color: approx Sundance. HEX triplet: BE, A6 and 48. RGB value is (190,166,72). Sum of RGB (Red+Green+Blue) = 190+166+72=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA648 is #4159B7. Grayscale: #A2A2A2. Windows color (decimal): -4282808 or 4761278. OLE color: 4761278.

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

Color convert

RGB19016672-
CMYK00.130.620.25
HSL47.8º47.58%51.37%-
HSV(B)47.8º62.11%74.51%-
XYZ36.0438.6911.7-
YUV162.4676.95147.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 166 (65.23% from 255) = 38.79%
BLUE value IS 72 (28.52% from 255) = 16.82%
R=44.39%
G=38.79%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901667200.130.620.2547.847.5851.37
HexBEA6480D3E19303033
Octal2762461100157631606063
Binary101111101010011010010000110111111011001110000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA648; }

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

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

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

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

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

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

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

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