#B48899

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

Shades of Viola #B48899

Tints of Viola #B48899

Color information

#B48899 (or 0xB48899) is unknown color: approx Viola. HEX triplet: B4, 88 and 99. RGB value is (180,136,153). Sum of RGB (Red+Green+Blue) = 180+136+153=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B48899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48899 is #4B7766. Grayscale: #979797. Windows color (decimal): -4945767 or 10062004. OLE color: 10062004.

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

Color convert

RGB180136153-
CMYK00.240.150.29
HSL336.82º22.68%61.96%-
HSV(B)336.82º24.44%70.59%-
XYZ33.3829.6134.09-
YUV151.09129.08148.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 153 (60.16% from 255) = 32.62%
R=38.38%
G=29.00%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013615300.240.150.29336.8222.6861.96
HexB48899018F1D151173e
Octal26421023103017355212776
Binary10110100100010001001100101100011111110110101000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48899; }

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

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

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

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

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

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

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

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