#B49298

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

Shades of Viola #B49298

Tints of Viola #B49298

Color information

#B49298 (or 0xB49298) is unknown color: approx Viola. HEX triplet: B4, 92 and 98. RGB value is (180,146,152). Sum of RGB (Red+Green+Blue) = 180+146+152=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B49298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49298 is #4B6D67. Grayscale: #9C9C9C. Windows color (decimal): -4943208 or 9999028. OLE color: 9999028.

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

Color convert

RGB180146152-
CMYK00.190.160.29
HSL349.41º18.48%63.92%-
HSV(B)349.41º18.89%70.59%-
XYZ34.7732.5334.15-
YUV156.85125.26144.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 146 (57.42% from 255) = 30.54%
BLUE value IS 152 (59.77% from 255) = 31.80%
R=37.66%
G=30.54%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014615200.190.160.29349.4118.4863.92
HexB49298013101D15d1240
Octal264222230023203553522100
Binary1011010010010010100110000100111000011101101011101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49298; }

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

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

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

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

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

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

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

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