#B09297

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

Shades of Viola #B09297

Tints of Viola #B09297

Color information

#B09297 (or 0xB09297) is unknown color: approx Viola. HEX triplet: B0, 92 and 97. RGB value is (176,146,151). Sum of RGB (Red+Green+Blue) = 176+146+151=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B09297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09297 is #4F6D68. Grayscale: #9B9B9B. Windows color (decimal): -5205353 or 9933488. OLE color: 9933488.

HSL color Cylindrical-coordinate representation of color #B09297: hue angle of 350º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B09297 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB176146151-
CMYK00.170.140.31
HSL350º15.96%63.14%-
HSV(B)350º17.05%69.02%-
XYZ33.7732.0233.68-
YUV155.54125.44142.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 146 (57.42% from 255) = 30.87%
BLUE value IS 151 (59.38% from 255) = 31.92%
R=37.21%
G=30.87%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614615100.170.140.3135015.9663.14
HexB09297011E1F15e103f
Octal26022222702116375362077
Binary10110000100100101001011101000111101111110101111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09297; }

 p { color: rgb(176,146,151); }

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

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

 a { background-color: rgb(176,146,151); }

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

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

 span { border-color: rgb(176,146,151); }

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