#B6878B

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

Shades of Viola #B6878B

Tints of Viola #B6878B

Color information

#B6878B (or 0xB6878B) is unknown color: approx Viola. HEX triplet: B6, 87 and 8B. RGB value is (182,135,139). Sum of RGB (Red+Green+Blue) = 182+135+139=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B6878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6878B is #497874. Grayscale: #959595. Windows color (decimal): -4814965 or 9144246. OLE color: 9144246.

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

Color convert

RGB182135139-
CMYK00.260.240.29
HSL354.89º24.35%62.16%-
HSV(B)354.89º25.82%71.37%-
XYZ32.6229.1428.33-
YUV149.51122.07151.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 135 (53.12% from 255) = 29.61%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=39.91%
G=29.61%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213513900.260.240.29354.8924.3562.16
HexB6878B01A181D163183e
Octal26620721303230355433076
Binary101101101000011110001011011010110001110110110001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6878B; }

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

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

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

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

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

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

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

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