#B4888D

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

Shades of Viola #B4888D

Tints of Viola #B4888D

Color information

#B4888D (or 0xB4888D) is unknown color: approx Viola. HEX triplet: B4, 88 and 8D. RGB value is (180,136,141). Sum of RGB (Red+Green+Blue) = 180+136+141=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B4888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4888D is #4B7772. Grayscale: #959595. Windows color (decimal): -4945779 or 9275572. OLE color: 9275572.

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

Color convert

RGB180136141-
CMYK00.240.220.29
HSL353.18º22.68%61.96%-
HSV(B)353.18º24.44%70.59%-
XYZ32.4329.2329.13-
YUV149.73123.08149.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 136 (53.52% from 255) = 29.76%
BLUE value IS 141 (55.47% from 255) = 30.85%
R=39.39%
G=29.76%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013614100.240.220.29353.1822.6861.96
HexB4888D018161D161173e
Octal26421021503026355412776
Binary101101001000100010001101011000101101110110110000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4888D; }

 p { color: rgb(180,136,141); }

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

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

 a { background-color: rgb(180,136,141); }

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

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

 span { border-color: rgb(180,136,141); }

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