#B48691

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

Shades of Viola #B48691

Tints of Viola #B48691

Color information

#B48691 (or 0xB48691) is unknown color: approx Viola. HEX triplet: B4, 86 and 91. RGB value is (180,134,145). Sum of RGB (Red+Green+Blue) = 180+134+145=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B48691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48691 is #4B796E. Grayscale: #959595. Windows color (decimal): -4946287 or 9537204. OLE color: 9537204.

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

Color convert

RGB180134145-
CMYK00.260.190.29
HSL345.65º23.47%61.57%-
HSV(B)345.65º25.56%70.59%-
XYZ32.4628.830.64-
YUV149.01125.74150.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 134 (52.73% from 255) = 29.19%
BLUE value IS 145 (57.03% from 255) = 31.59%
R=39.22%
G=29.19%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013414500.260.190.29345.6523.4761.57
HexB4869101A131D15a173e
Octal26420622103223355322776
Binary101101001000011010010001011010100111110110101101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48691; }

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

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

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

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

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

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

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

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