#B8868B

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

Shades of Viola #B8868B

Tints of Viola #B8868B

Color information

#B8868B (or 0xB8868B) is unknown color: approx Viola. HEX triplet: B8, 86 and 8B. RGB value is (184,134,139). Sum of RGB (Red+Green+Blue) = 184+134+139=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B8868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8868B is #477974. Grayscale: #959595. Windows color (decimal): -4684149 or 9143992. OLE color: 9143992.

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

Color convert

RGB184134139-
CMYK00.270.240.28
HSL354º26.04%62.35%-
HSV(B)354º27.17%72.16%-
XYZ32.9529.128.31-
YUV149.52122.06152.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 134 (52.73% from 255) = 29.32%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=40.26%
G=29.32%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413413900.270.240.2835426.0462.35
HexB8868B01B181C1621a3e
Octal27020621303330345423276
Binary101110001000011010001011011011110001110010110001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8868B; }

 p { color: rgb(184,134,139); }

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

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

 a { background-color: rgb(184,134,139); }

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

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

 span { border-color: rgb(184,134,139); }

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