#B4898C

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

Shades of Viola #B4898C

Tints of Viola #B4898C

Color information

#B4898C (or 0xB4898C) is unknown color: approx Viola. HEX triplet: B4, 89 and 8C. RGB value is (180,137,140). Sum of RGB (Red+Green+Blue) = 180+137+140=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B4898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4898C is #4B7673. Grayscale: #969696. Windows color (decimal): -4945524 or 9210292. OLE color: 9210292.

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

Color convert

RGB180137140-
CMYK00.240.220.29
HSL355.81º22.28%62.16%-
HSV(B)355.81º23.89%70.59%-
XYZ32.529.4928.79-
YUV150.2122.25149.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 137 (53.91% from 255) = 29.98%
BLUE value IS 140 (55.08% from 255) = 30.63%
R=39.39%
G=29.98%
B=30.63%

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
Decimal18013714000.240.220.29355.8122.2862.16
HexB4898C018161D164163e
Octal26421121403026355442676
Binary101101001000100110001100011000101101110110110010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4898C; }

 p { color: rgb(180,137,140); }

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

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

 a { background-color: rgb(180,137,140); }

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

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

 span { border-color: rgb(180,137,140); }

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