#B48F91

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

Shades of Viola #B48F91

Tints of Viola #B48F91

Color information

#B48F91 (or 0xB48F91) is unknown color: approx Viola. HEX triplet: B4, 8F and 91. RGB value is (180,143,145). Sum of RGB (Red+Green+Blue) = 180+143+145=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48F91 is #4B706E. Grayscale: #9A9A9A. Windows color (decimal): -4943983 or 9539508. OLE color: 9539508.

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

Color convert

RGB180143145-
CMYK00.210.190.29
HSL356.76º19.79%63.33%-
HSV(B)356.76º20.56%70.59%-
XYZ33.7631.3931.07-
YUV154.29122.76146.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 143 (56.25% from 255) = 30.56%
BLUE value IS 145 (57.03% from 255) = 30.98%
R=38.46%
G=30.56%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014314500.210.190.29356.7619.7963.33
HexB48F91015131D165143f
Octal26421722102523355452477
Binary101101001000111110010001010101100111110110110010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F91; }

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

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

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

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

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

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

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

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