#BEA646

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

Shades of Sundance #BEA646

Tints of Sundance #BEA646

Color information

#BEA646 (or 0xBEA646) is unknown color: approx Sundance. HEX triplet: BE, A6 and 46. RGB value is (190,166,70). Sum of RGB (Red+Green+Blue) = 190+166+70=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA646 is #4159B9. Grayscale: #A2A2A2. Windows color (decimal): -4282810 or 4630206. OLE color: 4630206.

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

Color convert

RGB19016670-
CMYK00.130.630.25
HSL48º48%50.98%-
HSV(B)48º63.16%74.51%-
XYZ35.9838.6611.36-
YUV162.2375.95147.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 166 (65.23% from 255) = 38.97%
BLUE value IS 70 (27.73% from 255) = 16.43%
R=44.60%
G=38.97%
B=16.43%

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
Decimal1901667000.130.630.25484850.98
HexBEA6460D3F19303033
Octal2762461060157731606063
Binary101111101010011010001100110111111111001110000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA646; }

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

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

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

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

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

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

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

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