#B8889C

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

Shades of Viola #B8889C

Tints of Viola #B8889C

Color information

#B8889C (or 0xB8889C) is unknown color: approx Viola. HEX triplet: B8, 88 and 9C. RGB value is (184,136,156). Sum of RGB (Red+Green+Blue) = 184+136+156=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B8889C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8889C is #477763. Grayscale: #989898. Windows color (decimal): -4683620 or 10258616. OLE color: 10258616.

HSL color Cylindrical-coordinate representation of color #B8889C: hue angle of 335º 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 #B8889C is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB184136156-
CMYK00.260.150.28
HSL335º25.26%62.75%-
HSV(B)335º26.09%72.16%-
XYZ34.5730.235.46-
YUV152.63129.9150.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.66%
GREEN value IS 136 (53.52% from 255) = 28.57%
BLUE value IS 156 (61.33% from 255) = 32.77%
R=38.66%
G=28.57%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413615600.260.150.2833525.2662.75
HexB8889C01AF1C14f193f
Octal27021023403217345173177
Binary10111000100010001001110001101011111110010100111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8889C; }

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

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

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

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

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

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

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

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