#B48897

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

Shades of Viola #B48897

Tints of Viola #B48897

Color information

#B48897 (or 0xB48897) is unknown color: approx Viola. HEX triplet: B4, 88 and 97. RGB value is (180,136,151). Sum of RGB (Red+Green+Blue) = 180+136+151=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B48897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48897 is #4B7768. Grayscale: #969696. Windows color (decimal): -4945769 or 9930932. OLE color: 9930932.

HSL color Cylindrical-coordinate representation of color #B48897: hue angle of 339.55º 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 #B48897 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB180136151-
CMYK00.240.160.29
HSL339.55º22.68%61.96%-
HSV(B)339.55º24.44%70.59%-
XYZ33.2129.5533.23-
YUV150.87128.08148.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 136 (53.52% from 255) = 29.12%
BLUE value IS 151 (59.38% from 255) = 32.33%
R=38.54%
G=29.12%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013615100.240.160.29339.5522.6861.96
HexB48897018101D154173e
Octal26421022703020355242776
Binary101101001000100010010111011000100001110110101010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48897; }

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

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

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

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

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

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

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

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