#B48895

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

Shades of Viola #B48895

Tints of Viola #B48895

Color information

#B48895 (or 0xB48895) is unknown color: approx Viola. HEX triplet: B4, 88 and 95. RGB value is (180,136,149). Sum of RGB (Red+Green+Blue) = 180+136+149=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B48895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48895 is #4B776A. Grayscale: #969696. Windows color (decimal): -4945771 or 9799860. OLE color: 9799860.

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

Color convert

RGB180136149-
CMYK00.240.170.29
HSL342.27º22.68%61.96%-
HSV(B)342.27º24.44%70.59%-
XYZ33.0529.4832.38-
YUV150.64127.08148.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 136 (53.52% from 255) = 29.25%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=38.71%
G=29.25%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013614900.240.170.29342.2722.6861.96
HexB48895018111D156173e
Octal26421022503021355262776
Binary101101001000100010010101011000100011110110101011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48895; }

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

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

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

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

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

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

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

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