#B48A93

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

Shades of Viola #B48A93

Tints of Viola #B48A93

Color information

#B48A93 (or 0xB48A93) is unknown color: approx Viola. HEX triplet: B4, 8A and 93. RGB value is (180,138,147). Sum of RGB (Red+Green+Blue) = 180+138+147=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48A93 is #4B756C. Grayscale: #979797. Windows color (decimal): -4945261 or 9669300. OLE color: 9669300.

HSL color Cylindrical-coordinate representation of color #B48A93: hue angle of 347.14º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B48A93 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB180138147-
CMYK00.230.180.29
HSL347.14º21.88%62.35%-
HSV(B)347.14º23.33%70.59%-
XYZ33.1829.9931.64-
YUV151.58125.41148.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 138 (54.30% from 255) = 29.68%
BLUE value IS 147 (57.81% from 255) = 31.61%
R=38.71%
G=29.68%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013814700.230.180.29347.1421.8862.35
HexB48A93017121D15b163e
Octal26421222302722355332676
Binary101101001000101010010011010111100101110110101101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A93; }

 p { color: rgb(180,138,147); }

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

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

 a { background-color: rgb(180,138,147); }

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

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

 span { border-color: rgb(180,138,147); }

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