#B48396

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

Shades of Viola #B48396

Tints of Viola #B48396

Color information

#B48396 (or 0xB48396) is unknown color: approx Viola. HEX triplet: B4, 83 and 96. RGB value is (180,131,150). Sum of RGB (Red+Green+Blue) = 180+131+150=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B48396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48396 is #4B7C69. Grayscale: #939393. Windows color (decimal): -4947050 or 9864116. OLE color: 9864116.

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

Color convert

RGB180131150-
CMYK00.270.170.29
HSL336.73º24.62%60.98%-
HSV(B)336.73º27.22%70.59%-
XYZ32.4428.1432.58-
YUV147.82129.23150.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 131 (51.56% from 255) = 28.42%
BLUE value IS 150 (58.98% from 255) = 32.54%
R=39.05%
G=28.42%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013115000.270.170.29336.7324.6260.98
HexB4839601B111D151193d
Octal26420322603321355213175
Binary101101001000001110010110011011100011110110101000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48396; }

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

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

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

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

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

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

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

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