#B890A0

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

Shades of Viola #B890A0

Tints of Viola #B890A0

Color information

#B890A0 (or 0xB890A0) is unknown color: approx Viola. HEX triplet: B8, 90 and A0. RGB value is (184,144,160). Sum of RGB (Red+Green+Blue) = 184+144+160=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B890A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B890A0 is #476F5F. Grayscale: #9D9D9D. Windows color (decimal): -4681568 or 10522808. OLE color: 10522808.

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

Color convert

RGB184144160-
CMYK00.220.130.28
HSL336º21.98%64.31%-
HSV(B)336º21.74%72.16%-
XYZ36.0932.6737.66-
YUV157.78129.25146.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 144 (56.64% from 255) = 29.51%
BLUE value IS 160 (62.89% from 255) = 32.79%
R=37.70%
G=29.51%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414416000.220.130.2833621.9864.31
HexB890A0016D1C1501640
Octal270220240026153452026100
Binary101110001001000010100000010110110111100101010000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B890A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B890A0; }

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

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

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

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

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

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

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

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