#B88295

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

Shades of Viola #B88295

Tints of Viola #B88295

Color information

#B88295 (or 0xB88295) is unknown color: approx Viola. HEX triplet: B8, 82 and 95. RGB value is (184,130,149). Sum of RGB (Red+Green+Blue) = 184+130+149=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B88295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88295 is #477D6A. Grayscale: #949494. Windows color (decimal): -4685163 or 9798328. OLE color: 9798328.

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

Color convert

RGB184130149-
CMYK00.290.190.28
HSL338.89º27.55%61.57%-
HSV(B)338.89º29.35%72.16%-
XYZ33.1728.3332.15-
YUV148.31128.39153.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.74%
GREEN value IS 130 (51.17% from 255) = 28.08%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=39.74%
G=28.08%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413014900.290.190.28338.8927.5561.57
HexB8829501D131C1531c3e
Octal27020222503523345233476
Binary101110001000001010010101011101100111110010101001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88295; }

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

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

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

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

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

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

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

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