#B48F95

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

Shades of Viola #B48F95

Tints of Viola #B48F95

Color information

#B48F95 (or 0xB48F95) is unknown color: approx Viola. HEX triplet: B4, 8F and 95. RGB value is (180,143,149). Sum of RGB (Red+Green+Blue) = 180+143+149=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48F95 is #4B706A. Grayscale: #9A9A9A. Windows color (decimal): -4943979 or 9801652. OLE color: 9801652.

HSL color Cylindrical-coordinate representation of color #B48F95: hue angle of 350.27º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B48F95 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB180143149-
CMYK00.210.170.29
HSL350.27º19.79%63.33%-
HSV(B)350.27º20.56%70.59%-
XYZ34.0731.5232.72-
YUV154.75124.76146.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 143 (56.25% from 255) = 30.30%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=38.14%
G=30.30%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014314900.210.170.29350.2719.7963.33
HexB48F95015111D15e143f
Octal26421722502521355362477
Binary101101001000111110010101010101100011110110101111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F95; }

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

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

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

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

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

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

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

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