#B7929C

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

Shades of Viola #B7929C

Tints of Viola #B7929C

Color information

#B7929C (or 0xB7929C) is unknown color: approx Viola. HEX triplet: B7, 92 and 9C. RGB value is (183,146,156). Sum of RGB (Red+Green+Blue) = 183+146+156=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 183 - color contains mainly: red. Hex color #B7929C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7929C is #486D63. Grayscale: #9E9E9E. Windows color (decimal): -4746596 or 10261175. OLE color: 10261175.

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

Color convert

RGB183146156-
CMYK00.200.150.28
HSL343.78º20.44%64.51%-
HSV(B)343.78º20.22%71.76%-
XYZ35.8133.0335.94-
YUV158.2126.76145.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.73%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=37.73%
G=30.10%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314615600.200.150.28343.7820.4464.51
HexB7929C014F1C1581441
Octal267222234024173453024101
Binary101101111001001010011100010100111111100101011000101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7929C; }

 p { color: rgb(183,146,156); }

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

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

 a { background-color: rgb(183,146,156); }

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

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

 span { border-color: rgb(183,146,156); }

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