#B28E92

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

Shades of Viola #B28E92

Tints of Viola #B28E92

Color information

#B28E92 (or 0xB28E92) is unknown color: approx Viola. HEX triplet: B2, 8E and 92. RGB value is (178,142,146). Sum of RGB (Red+Green+Blue) = 178+142+146=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28E92 is #4D716D. Grayscale: #999999. Windows color (decimal): -5075310 or 9604786. OLE color: 9604786.

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

Color convert

RGB178142146-
CMYK00.200.180.30
HSL353.33º18.95%62.75%-
HSV(B)353.33º20.22%69.8%-
XYZ33.2230.8931.4-
YUV153.22123.93145.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 142 (55.86% from 255) = 30.47%
BLUE value IS 146 (57.42% from 255) = 31.33%
R=38.20%
G=30.47%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814214600.200.180.30353.3318.9562.75
HexB28E92014121E161133f
Octal26221622202422365412377
Binary101100101000111010010010010100100101111010110000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E92; }

 p { color: rgb(178,142,146); }

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

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

 a { background-color: rgb(178,142,146); }

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

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

 span { border-color: rgb(178,142,146); }

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