#B07999

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

Shades of Bouquet #B07999

Tints of Bouquet #B07999

Color information

#B07999 (or 0xB07999) is unknown color: approx Bouquet. HEX triplet: B0, 79 and 99. RGB value is (176,121,153). Sum of RGB (Red+Green+Blue) = 176+121+153=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B07999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07999 is #4F8666. Grayscale: #8D8D8D. Windows color (decimal): -5211751 or 10058160. OLE color: 10058160.

HSL color Cylindrical-coordinate representation of color #B07999: hue angle of 325.09º 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 #B07999 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB176121153-
CMYK00.310.130.31
HSL325.09º25.82%58.24%-
HSV(B)325.09º31.25%69.02%-
XYZ30.4925.233.39-
YUV141.09134.72152.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 121 (47.66% from 255) = 26.89%
BLUE value IS 153 (60.16% from 255) = 34%
R=39.11%
G=26.89%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612115300.310.130.31325.0925.8258.24
HexB0799901FD1F1451a3a
Octal26017123103715375053272
Binary1011000011110011001100101111111011111110100010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07999; }

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

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

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

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

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

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

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

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