#B48993

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

Shades of Viola #B48993

Tints of Viola #B48993

Color information

#B48993 (or 0xB48993) is unknown color: approx Viola. HEX triplet: B4, 89 and 93. RGB value is (180,137,147). Sum of RGB (Red+Green+Blue) = 180+137+147=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B48993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48993 is #4B766C. Grayscale: #979797. Windows color (decimal): -4945517 or 9669044. OLE color: 9669044.

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

Color convert

RGB180137147-
CMYK00.240.180.29
HSL346.05º22.28%62.16%-
HSV(B)346.05º23.89%70.59%-
XYZ33.0329.731.6-
YUV151125.75148.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 137 (53.91% from 255) = 29.53%
BLUE value IS 147 (57.81% from 255) = 31.68%
R=38.79%
G=29.53%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013714700.240.180.29346.0522.2862.16
HexB48993018121D15a163e
Octal26421122303022355322676
Binary101101001000100110010011011000100101110110101101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48993; }

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

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

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

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

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

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

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

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