#B89194

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

Shades of Viola #B89194

Tints of Viola #B89194

Color information

#B89194 (or 0xB89194) is unknown color: approx Viola. HEX triplet: B8, 91 and 94. RGB value is (184,145,148). Sum of RGB (Red+Green+Blue) = 184+145+148=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B89194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89194 is #476E6B. Grayscale: #9D9D9D. Windows color (decimal): -4681324 or 9736632. OLE color: 9736632.

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

Color convert

RGB184145148-
CMYK00.210.200.28
HSL355.38º21.55%64.51%-
HSV(B)355.38º21.2%72.16%-
XYZ35.2432.5832.45-
YUV157122.92147.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.57%
GREEN value IS 145 (57.03% from 255) = 30.40%
BLUE value IS 148 (58.20% from 255) = 31.03%
R=38.57%
G=30.40%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414514800.210.200.28355.3821.5564.51
HexB89194015141C1631641
Octal270221224025243454326101
Binary1011100010010001100101000101011010011100101100011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89194; }

 p { color: rgb(184,145,148); }

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

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

 a { background-color: rgb(184,145,148); }

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

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

 span { border-color: rgb(184,145,148); }

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