#B28591

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

Shades of Viola #B28591

Tints of Viola #B28591

Color information

#B28591 (or 0xB28591) is unknown color: approx Viola. HEX triplet: B2, 85 and 91. RGB value is (178,133,145). Sum of RGB (Red+Green+Blue) = 178+133+145=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B28591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28591 is #4D7A6E. Grayscale: #939393. Windows color (decimal): -5077615 or 9536946. OLE color: 9536946.

HSL color Cylindrical-coordinate representation of color #B28591: hue angle of 344º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B28591 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB178133145-
CMYK00.250.190.30
HSL344º22.61%60.98%-
HSV(B)344º25.28%69.8%-
XYZ31.8628.2830.57-
YUV147.82126.41149.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.04%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 145 (57.03% from 255) = 31.80%
R=39.04%
G=29.17%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813314500.250.190.3034422.6160.98
HexB28591019131E158173d
Octal26220522103123365302775
Binary101100101000010110010001011001100111111010101100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28591; }

 p { color: rgb(178,133,145); }

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

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

 a { background-color: rgb(178,133,145); }

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

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

 span { border-color: rgb(178,133,145); }

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