#B48595

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

Shades of Viola #B48595

Tints of Viola #B48595

Color information

#B48595 (or 0xB48595) is unknown color: approx Viola. HEX triplet: B4, 85 and 95. RGB value is (180,133,149). Sum of RGB (Red+Green+Blue) = 180+133+149=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B48595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48595 is #4B7A6A. Grayscale: #949494. Windows color (decimal): -4946539 or 9799092. OLE color: 9799092.

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

Color convert

RGB180133149-
CMYK00.260.170.29
HSL339.57º23.86%61.37%-
HSV(B)339.57º26.11%70.59%-
XYZ32.6328.6532.24-
YUV148.88128.07150.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 149 (58.59% from 255) = 32.25%
R=38.96%
G=28.79%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013314900.260.170.29339.5723.8661.37
HexB4859501A111D154183d
Octal26420522503221355243075
Binary101101001000010110010101011010100011110110101010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48595; }

 p { color: rgb(180,133,149); }

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

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

 a { background-color: rgb(180,133,149); }

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

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

 span { border-color: rgb(180,133,149); }

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