#B88296

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

Shades of Viola #B88296

Tints of Viola #B88296

Color information

#B88296 (or 0xB88296) is unknown color: approx Viola. HEX triplet: B8, 82 and 96. RGB value is (184,130,150). Sum of RGB (Red+Green+Blue) = 184+130+150=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B88296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88296 is #477D69. Grayscale: #949494. Windows color (decimal): -4685162 or 9863864. OLE color: 9863864.

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

Color convert

RGB184130150-
CMYK00.290.180.28
HSL337.78º27.55%61.57%-
HSV(B)337.78º29.35%72.16%-
XYZ33.2528.3632.58-
YUV148.43128.89153.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.66%
GREEN value IS 130 (51.17% from 255) = 28.02%
BLUE value IS 150 (58.98% from 255) = 32.33%
R=39.66%
G=28.02%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413015000.290.180.28337.7827.5561.57
HexB8829601D121C1521c3e
Octal27020222603522345223476
Binary101110001000001010010110011101100101110010101001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88296; }

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

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

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

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

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

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

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

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