#B07996

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

Shades of Bouquet #B07996

Tints of Bouquet #B07996

Color information

#B07996 (or 0xB07996) is unknown color: approx Bouquet. HEX triplet: B0, 79 and 96. RGB value is (176,121,150). Sum of RGB (Red+Green+Blue) = 176+121+150=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B07996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07996 is #4F8669. Grayscale: #8C8C8C. Windows color (decimal): -5211754 or 9861552. OLE color: 9861552.

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

Color convert

RGB176121150-
CMYK00.310.150.31
HSL328.36º25.82%58.24%-
HSV(B)328.36º31.25%69.02%-
XYZ30.2525.1132.11-
YUV140.75133.22153.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 121 (47.66% from 255) = 27.07%
BLUE value IS 150 (58.98% from 255) = 33.56%
R=39.37%
G=27.07%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612115000.310.150.31328.3625.8258.24
HexB0799601FF1F1481a3a
Octal26017122603717375103272
Binary1011000011110011001011001111111111111110100100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07996; }

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

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

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

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

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

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

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

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