#B4888E

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

Shades of Viola #B4888E

Tints of Viola #B4888E

Color information

#B4888E (or 0xB4888E) is unknown color: approx Viola. HEX triplet: B4, 88 and 8E. RGB value is (180,136,142). Sum of RGB (Red+Green+Blue) = 180+136+142=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B4888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4888E is #4B7771. Grayscale: #959595. Windows color (decimal): -4945778 or 9341108. OLE color: 9341108.

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

Color convert

RGB180136142-
CMYK00.240.210.29
HSL351.82º22.68%61.96%-
HSV(B)351.82º24.44%70.59%-
XYZ32.5129.2629.53-
YUV149.84123.58149.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 136 (53.52% from 255) = 29.69%
BLUE value IS 142 (55.86% from 255) = 31.00%
R=39.30%
G=29.69%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013614200.240.210.29351.8222.6861.96
HexB4888E018151D160173e
Octal26421021603025355402776
Binary101101001000100010001110011000101011110110110000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4888E; }

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

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

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

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

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

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

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

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