#B28D8E

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

Shades of Viola #B28D8E

Tints of Viola #B28D8E

Color information

#B28D8E (or 0xB28D8E) is unknown color: approx Viola. HEX triplet: B2, 8D and 8E. RGB value is (178,141,142). Sum of RGB (Red+Green+Blue) = 178+141+142=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28D8E is #4D7271. Grayscale: #989898. Windows color (decimal): -5075570 or 9342386. OLE color: 9342386.

HSL color Cylindrical-coordinate representation of color #B28D8E: hue angle of 358.38º 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 #B28D8E is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB178141142-
CMYK00.210.200.30
HSL358.38º19.37%62.55%-
HSV(B)358.38º20.79%69.8%-
XYZ32.7730.4729.75-
YUV152.18122.26146.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 141 (55.47% from 255) = 30.59%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=38.61%
G=30.59%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814114200.210.200.30358.3819.3762.55
HexB28D8E015141E166133f
Octal26221521602524365462377
Binary101100101000110110001110010101101001111010110011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D8E; }

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

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

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

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

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

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

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

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