#B48696

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

Shades of Viola #B48696

Tints of Viola #B48696

Color information

#B48696 (or 0xB48696) is unknown color: approx Viola. HEX triplet: B4, 86 and 96. RGB value is (180,134,150). Sum of RGB (Red+Green+Blue) = 180+134+150=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B48696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48696 is #4B7969. Grayscale: #959595. Windows color (decimal): -4946282 or 9864884. OLE color: 9864884.

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

Color convert

RGB180134150-
CMYK00.260.170.29
HSL339.13º23.47%61.57%-
HSV(B)339.13º25.56%70.59%-
XYZ32.8528.9632.71-
YUV149.58128.24149.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 134 (52.73% from 255) = 28.88%
BLUE value IS 150 (58.98% from 255) = 32.33%
R=38.79%
G=28.88%
B=32.33%

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
Decimal18013415000.260.170.29339.1323.4761.57
HexB4869601A111D153173e
Octal26420622603221355232776
Binary101101001000011010010110011010100011110110101001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48696; }

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

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

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

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

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

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

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

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