#B88490

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

Shades of Viola #B88490

Tints of Viola #B88490

Color information

#B88490 (or 0xB88490) is unknown color: approx Viola. HEX triplet: B8, 84 and 90. RGB value is (184,132,144). Sum of RGB (Red+Green+Blue) = 184+132+144=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B88490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88490 is #477B6F. Grayscale: #949494. Windows color (decimal): -4684656 or 9471160. OLE color: 9471160.

HSL color Cylindrical-coordinate representation of color #B88490: hue angle of 346.15º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B88490 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB184132144-
CMYK00.280.220.28
HSL346.15º26.8%61.96%-
HSV(B)346.15º28.26%72.16%-
XYZ33.0528.7130.18-
YUV148.92125.23153.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40%
GREEN value IS 132 (51.95% from 255) = 28.70%
BLUE value IS 144 (56.64% from 255) = 31.30%
R=40%
G=28.70%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413214400.280.220.28346.1526.861.96
HexB8849001C161C15a1b3e
Octal27020422003426345323376
Binary101110001000010010010000011100101101110010101101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88490; }

 p { color: rgb(184,132,144); }

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

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

 a { background-color: rgb(184,132,144); }

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

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

 span { border-color: rgb(184,132,144); }

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