#B07196

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

Shades of Bouquet #B07196

Tints of Bouquet #B07196

Color information

#B07196 (or 0xB07196) is unknown color: approx Bouquet. HEX triplet: B0, 71 and 96. RGB value is (176,113,150). Sum of RGB (Red+Green+Blue) = 176+113+150=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B07196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07196 is #4F8E69. Grayscale: #878787. Windows color (decimal): -5213802 or 9859504. OLE color: 9859504.

HSL color Cylindrical-coordinate representation of color #B07196: hue angle of 324.76º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B07196 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB176113150-
CMYK00.360.150.31
HSL324.76º28.51%56.67%-
HSV(B)324.76º35.8%69.02%-
XYZ29.3123.2431.8-
YUV136.06135.87156.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 113 (44.53% from 255) = 25.74%
BLUE value IS 150 (58.98% from 255) = 34.17%
R=40.09%
G=25.74%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611315000.360.150.31324.7628.5156.67
HexB07196024F1F1451d39
Octal26016122604417375053571
Binary10110000111000110010110010010011111111110100010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07196; }

 p { color: rgb(176,113,150); }

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

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

 a { background-color: rgb(176,113,150); }

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

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

 span { border-color: rgb(176,113,150); }

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