#B6929A

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

Shades of Viola #B6929A

Tints of Viola #B6929A

Color information

#B6929A (or 0xB6929A) is unknown color: approx Viola. HEX triplet: B6, 92 and 9A. RGB value is (182,146,154). Sum of RGB (Red+Green+Blue) = 182+146+154=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B6929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6929A is #496D65. Grayscale: #9D9D9D. Windows color (decimal): -4812134 or 10130102. OLE color: 10130102.

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

Color convert

RGB182146154-
CMYK00.200.150.29
HSL346.67º19.78%64.31%-
HSV(B)346.67º19.78%71.37%-
XYZ35.432.8435.04-
YUV157.68125.93145.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.76%
GREEN value IS 146 (57.42% from 255) = 30.29%
BLUE value IS 154 (60.55% from 255) = 31.95%
R=37.76%
G=30.29%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214615400.200.150.29346.6719.7864.31
HexB6929A014F1D15b1440
Octal266222232024173553324100
Binary101101101001001010011010010100111111101101011011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6929A; }

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

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

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

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

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

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

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

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