#B88D96

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

Shades of Viola #B88D96

Tints of Viola #B88D96

Color information

#B88D96 (or 0xB88D96) is unknown color: approx Viola. HEX triplet: B8, 8D and 96. RGB value is (184,141,150). Sum of RGB (Red+Green+Blue) = 184+141+150=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88D96 is #477269. Grayscale: #9A9A9A. Windows color (decimal): -4682346 or 9866680. OLE color: 9866680.

HSL color Cylindrical-coordinate representation of color #B88D96: hue angle of 347.44º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B88D96 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB184141150-
CMYK00.230.180.28
HSL347.44º23.24%63.73%-
HSV(B)347.44º23.37%72.16%-
XYZ34.831.4433.09-
YUV154.88125.25148.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 141 (55.47% from 255) = 29.68%
BLUE value IS 150 (58.98% from 255) = 31.58%
R=38.74%
G=29.68%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414115000.230.180.28347.4423.2463.73
HexB88D96017121C15b1740
Octal270215226027223453327100
Binary1011100010001101100101100101111001011100101011011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88D96; }

 p { color: rgb(184,141,150); }

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

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

 a { background-color: rgb(184,141,150); }

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

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

 span { border-color: rgb(184,141,150); }

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