#B88192

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

Shades of Viola #B88192

Tints of Viola #B88192

Color information

#B88192 (or 0xB88192) is unknown color: approx Viola. HEX triplet: B8, 81 and 92. RGB value is (184,129,146). Sum of RGB (Red+Green+Blue) = 184+129+146=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B88192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88192 is #477E6D. Grayscale: #939393. Windows color (decimal): -4685422 or 9601464. OLE color: 9601464.

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

Color convert

RGB184129146-
CMYK00.300.210.28
HSL341.45º27.92%61.37%-
HSV(B)341.45º29.89%72.16%-
XYZ32.8127.9730.86-
YUV147.38127.22154.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 129 (50.78% from 255) = 28.10%
BLUE value IS 146 (57.42% from 255) = 31.81%
R=40.09%
G=28.10%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412914600.300.210.28341.4527.9261.37
HexB8819201E151C1551c3d
Octal27020122203625345253475
Binary101110001000000110010010011110101011110010101010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88192; }

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

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

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

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

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

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

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

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