#BEA148

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

Shades of Sundance #BEA148

Tints of Sundance #BEA148

Color information

#BEA148 (or 0xBEA148) is unknown color: approx Sundance. HEX triplet: BE, A1 and 48. RGB value is (190,161,72). Sum of RGB (Red+Green+Blue) = 190+161+72=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA148 is #415EB7. Grayscale: #9F9F9F. Windows color (decimal): -4284088 or 4759998. OLE color: 4759998.

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

Color convert

RGB19016172-
CMYK00.150.620.25
HSL45.25º47.58%51.37%-
HSV(B)45.25º62.11%74.51%-
XYZ35.1536.911.4-
YUV159.5278.61149.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 161 (63.28% from 255) = 38.06%
BLUE value IS 72 (28.52% from 255) = 17.02%
R=44.92%
G=38.06%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901617200.150.620.2545.2547.5851.37
HexBEA1480F3E192d3033
Octal2762411100177631556063
Binary101111101010000110010000111111111011001101101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA148; }

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

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

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

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

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

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

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

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