#B28A95

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

Shades of Viola #B28A95

Tints of Viola #B28A95

Color information

#B28A95 (or 0xB28A95) is unknown color: approx Viola. HEX triplet: B2, 8A and 95. RGB value is (178,138,149). Sum of RGB (Red+Green+Blue) = 178+138+149=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28A95 is #4D756A. Grayscale: #979797. Windows color (decimal): -5076331 or 9800370. OLE color: 9800370.

HSL color Cylindrical-coordinate representation of color #B28A95: hue angle of 343.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B28A95 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB178138149-
CMYK00.220.160.30
HSL343.5º20.62%61.96%-
HSV(B)343.5º22.47%69.8%-
XYZ32.8729.8132.46-
YUV151.21126.75147.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 138 (54.30% from 255) = 29.68%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=38.28%
G=29.68%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813814900.220.160.30343.520.6261.96
HexB28A95016101E158153e
Octal26221222502620365302576
Binary101100101000101010010101010110100001111010101100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28A95; }

 p { color: rgb(178,138,149); }

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

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

 a { background-color: rgb(178,138,149); }

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

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

 span { border-color: rgb(178,138,149); }

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