#B6888B

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

Shades of Viola #B6888B

Tints of Viola #B6888B

Color information

#B6888B (or 0xB6888B) is unknown color: approx Viola. HEX triplet: B6, 88 and 8B. RGB value is (182,136,139). Sum of RGB (Red+Green+Blue) = 182+136+139=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B6888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6888B is #497774. Grayscale: #969696. Windows color (decimal): -4814709 or 9144502. OLE color: 9144502.

HSL color Cylindrical-coordinate representation of color #B6888B: hue angle of 356.09º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6888B is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB182136139-
CMYK00.250.240.29
HSL356.09º23.96%62.35%-
HSV(B)356.09º25.27%71.37%-
XYZ32.7629.4228.38-
YUV150.1121.74150.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 136 (53.52% from 255) = 29.76%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=39.82%
G=29.76%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213613900.250.240.29356.0923.9662.35
HexB6888B019181D164183e
Octal26621021303130355443076
Binary101101101000100010001011011001110001110110110010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6888B; }

 p { color: rgb(182,136,139); }

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

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

 a { background-color: rgb(182,136,139); }

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

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

 span { border-color: rgb(182,136,139); }

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