#B48991

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

Shades of Viola #B48991

Tints of Viola #B48991

Color information

#B48991 (or 0xB48991) is unknown color: approx Viola. HEX triplet: B4, 89 and 91. RGB value is (180,137,145). Sum of RGB (Red+Green+Blue) = 180+137+145=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B48991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48991 is #4B766E. Grayscale: #969696. Windows color (decimal): -4945519 or 9537972. OLE color: 9537972.

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

Color convert

RGB180137145-
CMYK00.240.190.29
HSL348.84º22.28%62.16%-
HSV(B)348.84º23.89%70.59%-
XYZ32.8829.6430.78-
YUV150.77124.75148.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 137 (53.91% from 255) = 29.65%
BLUE value IS 145 (57.03% from 255) = 31.39%
R=38.96%
G=29.65%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013714500.240.190.29348.8422.2862.16
HexB48991018131D15d163e
Octal26421122103023355352676
Binary101101001000100110010001011000100111110110101110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48991; }

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

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

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

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

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

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

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

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