#B8858E

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

Shades of Viola #B8858E

Tints of Viola #B8858E

Color information

#B8858E (or 0xB8858E) is unknown color: approx Viola. HEX triplet: B8, 85 and 8E. RGB value is (184,133,142). Sum of RGB (Red+Green+Blue) = 184+133+142=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B8858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8858E is #477A71. Grayscale: #959595. Windows color (decimal): -4684402 or 9340344. OLE color: 9340344.

HSL color Cylindrical-coordinate representation of color #B8858E: hue angle of 349.41º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8858E is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB184133142-
CMYK00.280.230.28
HSL349.41º26.42%62.16%-
HSV(B)349.41º27.72%72.16%-
XYZ33.0428.9229.43-
YUV149.27123.9152.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 142 (55.86% from 255) = 30.94%
R=40.09%
G=28.98%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413314200.280.230.28349.4126.4262.16
HexB8858E01C171C15d1a3e
Octal27020521603427345353276
Binary101110001000010110001110011100101111110010101110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8858E; }

 p { color: rgb(184,133,142); }

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

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

 a { background-color: rgb(184,133,142); }

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

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

 span { border-color: rgb(184,133,142); }

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