#B6868B

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

Shades of Viola #B6868B

Tints of Viola #B6868B

Color information

#B6868B (or 0xB6868B) is unknown color: approx Viola. HEX triplet: B6, 86 and 8B. RGB value is (182,134,139). Sum of RGB (Red+Green+Blue) = 182+134+139=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B6868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6868B is #497974. Grayscale: #949494. Windows color (decimal): -4815221 or 9143990. OLE color: 9143990.

HSL color Cylindrical-coordinate representation of color #B6868B: hue angle of 353.75º degrees, saturation: 0.25, 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 #B6868B is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB182134139-
CMYK00.260.240.29
HSL353.75º24.74%61.96%-
HSV(B)353.75º26.37%71.37%-
XYZ32.4828.8628.28-
YUV148.92122.4151.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 134 (52.73% from 255) = 29.45%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=40%
G=29.45%
B=30.55%

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
Decimal18213413900.260.240.29353.7524.7461.96
HexB6868B01A181D162193e
Octal26620621303230355423176
Binary101101101000011010001011011010110001110110110001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6868B; }

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

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

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

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

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

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

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

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