#B48A99

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

Shades of Viola #B48A99

Tints of Viola #B48A99

Color information

#B48A99 (or 0xB48A99) is unknown color: approx Viola. HEX triplet: B4, 8A and 99. RGB value is (180,138,153). Sum of RGB (Red+Green+Blue) = 180+138+153=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48A99 is #4B7566. Grayscale: #989898. Windows color (decimal): -4945255 or 10062516. OLE color: 10062516.

HSL color Cylindrical-coordinate representation of color #B48A99: hue angle of 338.57º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B48A99 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB180138153-
CMYK00.230.150.29
HSL338.57º21.88%62.35%-
HSV(B)338.57º23.33%70.59%-
XYZ33.6630.1834.19-
YUV152.27128.41147.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 138 (54.30% from 255) = 29.30%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=38.22%
G=29.30%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013815300.230.150.29338.5721.8862.35
HexB48A99017F1D153163e
Octal26421223102717355232676
Binary10110100100010101001100101011111111110110101001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A99; }

 p { color: rgb(180,138,153); }

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

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

 a { background-color: rgb(180,138,153); }

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

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

 span { border-color: rgb(180,138,153); }

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