#B49098

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

Shades of Viola #B49098

Tints of Viola #B49098

Color information

#B49098 (or 0xB49098) is unknown color: approx Viola. HEX triplet: B4, 90 and 98. RGB value is (180,144,152). Sum of RGB (Red+Green+Blue) = 180+144+152=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B49098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49098 is #4B6F67. Grayscale: #9B9B9B. Windows color (decimal): -4943720 or 9998516. OLE color: 9998516.

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

Color convert

RGB180144152-
CMYK00.20.160.29
HSL346.67º19.35%63.53%-
HSV(B)346.67º20%70.59%-
XYZ34.4631.9234.05-
YUV155.68125.93145.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 144 (56.64% from 255) = 30.25%
BLUE value IS 152 (59.77% from 255) = 31.93%
R=37.82%
G=30.25%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014415200.20.160.29346.6719.3563.53
HexB49098014101D15b1340
Octal264220230024203553323100
Binary1011010010010000100110000101001000011101101011011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49098; }

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

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

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

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

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

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

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

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