#B28D95

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

Shades of Viola #B28D95

Tints of Viola #B28D95

Color information

#B28D95 (or 0xB28D95) is unknown color: approx Viola. HEX triplet: B2, 8D and 95. RGB value is (178,141,149). Sum of RGB (Red+Green+Blue) = 178+141+149=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28D95 is #4D726A. Grayscale: #989898. Windows color (decimal): -5075563 or 9801138. OLE color: 9801138.

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

Color convert

RGB178141149-
CMYK00.210.160.30
HSL347.03º19.37%62.55%-
HSV(B)347.03º20.79%69.8%-
XYZ33.3130.6832.6-
YUV152.98125.76145.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 141 (55.47% from 255) = 30.13%
BLUE value IS 149 (58.59% from 255) = 31.84%
R=38.03%
G=30.13%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814114900.210.160.30347.0319.3762.55
HexB28D95015101E15b133f
Octal26221522502520365332377
Binary101100101000110110010101010101100001111010101101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D95; }

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

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

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

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

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

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

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

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