#B88A92

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

Shades of Viola #B88A92

Tints of Viola #B88A92

Color information

#B88A92 (or 0xB88A92) is unknown color: approx Viola. HEX triplet: B8, 8A and 92. RGB value is (184,138,146). Sum of RGB (Red+Green+Blue) = 184+138+146=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88A92 is #47756D. Grayscale: #989898. Windows color (decimal): -4683118 or 9603768. OLE color: 9603768.

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

Color convert

RGB184138146-
CMYK00.250.210.28
HSL349.57º24.47%63.14%-
HSV(B)349.57º25%72.16%-
XYZ34.0430.4431.28-
YUV152.67124.24150.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.32%
GREEN value IS 138 (54.30% from 255) = 29.49%
BLUE value IS 146 (57.42% from 255) = 31.20%
R=39.32%
G=29.49%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413814600.250.210.28349.5724.4763.14
HexB88A92019151C15e183f
Octal27021222203125345363077
Binary101110001000101010010010011001101011110010101111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88A92; }

 p { color: rgb(184,138,146); }

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

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

 a { background-color: rgb(184,138,146); }

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

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

 span { border-color: rgb(184,138,146); }

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