#B6949A

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

Shades of Viola #B6949A

Tints of Viola #B6949A

Color information

#B6949A (or 0xB6949A) is unknown color: approx Viola. HEX triplet: B6, 94 and 9A. RGB value is (182,148,154). Sum of RGB (Red+Green+Blue) = 182+148+154=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 182 - color contains mainly: red. Hex color #B6949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6949A is #496B65. Grayscale: #9E9E9E. Windows color (decimal): -4811622 or 10130614. OLE color: 10130614.

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

Color convert

RGB182148154-
CMYK00.190.150.29
HSL349.41º18.89%64.71%-
HSV(B)349.41º18.68%71.37%-
XYZ35.7133.4635.15-
YUV158.85125.26144.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.60%
GREEN value IS 148 (58.20% from 255) = 30.58%
BLUE value IS 154 (60.55% from 255) = 31.82%
R=37.60%
G=30.58%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214815400.190.150.29349.4118.8964.71
HexB6949A013F1D15d1341
Octal266224232023173553523101
Binary101101101001010010011010010011111111101101011101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6949A; }

 p { color: rgb(182,148,154); }

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

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

 a { background-color: rgb(182,148,154); }

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

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

 span { border-color: rgb(182,148,154); }

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