#B8889A

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

Shades of Viola #B8889A

Tints of Viola #B8889A

Color information

#B8889A (or 0xB8889A) is unknown color: approx Viola. HEX triplet: B8, 88 and 9A. RGB value is (184,136,154). Sum of RGB (Red+Green+Blue) = 184+136+154=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B8889A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8889A is #477765. Grayscale: #989898. Windows color (decimal): -4683622 or 10127544. OLE color: 10127544.

HSL color Cylindrical-coordinate representation of color #B8889A: hue angle of 337.5º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8889A is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB184136154-
CMYK00.260.160.28
HSL337.5º25.26%62.75%-
HSV(B)337.5º26.09%72.16%-
XYZ34.430.1334.57-
YUV152.4128.9150.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.82%
GREEN value IS 136 (53.52% from 255) = 28.69%
BLUE value IS 154 (60.55% from 255) = 32.49%
R=38.82%
G=28.69%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413615400.260.160.28337.525.2662.75
HexB8889A01A101C152193f
Octal27021023203220345223177
Binary101110001000100010011010011010100001110010101001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8889A; }

 p { color: rgb(184,136,154); }

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

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

 a { background-color: rgb(184,136,154); }

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

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

 span { border-color: rgb(184,136,154); }

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