#B48393

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

Shades of Viola #B48393

Tints of Viola #B48393

Color information

#B48393 (or 0xB48393) is unknown color: approx Viola. HEX triplet: B4, 83 and 93. RGB value is (180,131,147). Sum of RGB (Red+Green+Blue) = 180+131+147=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B48393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48393 is #4B7C6C. Grayscale: #939393. Windows color (decimal): -4947053 or 9667508. OLE color: 9667508.

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

Color convert

RGB180131147-
CMYK00.270.180.29
HSL340.41º24.62%60.98%-
HSV(B)340.41º27.22%70.59%-
XYZ32.2128.0431.32-
YUV147.48127.73151.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 131 (51.56% from 255) = 28.60%
BLUE value IS 147 (57.81% from 255) = 32.10%
R=39.30%
G=28.60%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013114700.270.180.29340.4124.6260.98
HexB4839301B121D154193d
Octal26420322303322355243175
Binary101101001000001110010011011011100101110110101010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48393; }

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

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

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

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

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

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

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

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