#B48491

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

Shades of Viola #B48491

Tints of Viola #B48491

Color information

#B48491 (or 0xB48491) is unknown color: approx Viola. HEX triplet: B4, 84 and 91. RGB value is (180,132,145). Sum of RGB (Red+Green+Blue) = 180+132+145=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B48491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48491 is #4B7B6E. Grayscale: #939393. Windows color (decimal): -4946799 or 9536692. OLE color: 9536692.

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

Color convert

RGB180132145-
CMYK00.270.190.29
HSL343.75º24.24%61.18%-
HSV(B)343.75º26.67%70.59%-
XYZ32.1828.2530.54-
YUV147.83126.4150.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 132 (51.95% from 255) = 28.88%
BLUE value IS 145 (57.03% from 255) = 31.73%
R=39.39%
G=28.88%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013214500.270.190.29343.7524.2461.18
HexB4849101B131D158183d
Octal26420422103323355303075
Binary101101001000010010010001011011100111110110101100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48491; }

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

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

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

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

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

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

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

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