#B28B97

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

Shades of Viola #B28B97

Tints of Viola #B28B97

Color information

#B28B97 (or 0xB28B97) is unknown color: approx Viola. HEX triplet: B2, 8B and 97. RGB value is (178,139,151). Sum of RGB (Red+Green+Blue) = 178+139+151=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28B97 is #4D7468. Grayscale: #989898. Windows color (decimal): -5076073 or 9931698. OLE color: 9931698.

HSL color Cylindrical-coordinate representation of color #B28B97: hue angle of 341.54º degrees, saturation: 0.2, 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 #B28B97 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB178139151-
CMYK00.220.150.30
HSL341.54º20.21%62.16%-
HSV(B)341.54º21.91%69.8%-
XYZ33.1830.1633.35-
YUV152.03127.42146.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 139 (54.69% from 255) = 29.70%
BLUE value IS 151 (59.38% from 255) = 32.26%
R=38.03%
G=29.70%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813915100.220.150.30341.5420.2162.16
HexB28B97016F1E156143e
Octal26221322702617365262476
Binary10110010100010111001011101011011111111010101011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28B97; }

 p { color: rgb(178,139,151); }

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

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

 a { background-color: rgb(178,139,151); }

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

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

 span { border-color: rgb(178,139,151); }

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