#B49498

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

Shades of Viola #B49498

Tints of Viola #B49498

Color information

#B49498 (or 0xB49498) is unknown color: approx Viola. HEX triplet: B4, 94 and 98. RGB value is (180,148,152). Sum of RGB (Red+Green+Blue) = 180+148+152=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B49498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49498 is #4B6B67. Grayscale: #9E9E9E. Windows color (decimal): -4942696 or 9999540. OLE color: 9999540.

HSL color Cylindrical-coordinate representation of color #B49498: hue angle of 352.5º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B49498 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB180148152-
CMYK00.180.160.29
HSL352.5º17.58%64.31%-
HSV(B)352.5º17.78%70.59%-
XYZ35.0833.1534.26-
YUV158.02124.6143.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 148 (58.20% from 255) = 30.83%
BLUE value IS 152 (59.77% from 255) = 31.67%
R=37.5%
G=30.83%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014815200.180.160.29352.517.5864.31
HexB49498012101D1601240
Octal264224230022203554022100
Binary1011010010010100100110000100101000011101101100000100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49498; }

 p { color: rgb(180,148,152); }

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

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

 a { background-color: rgb(180,148,152); }

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

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

 span { border-color: rgb(180,148,152); }

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