#B07994

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

Shades of Bouquet #B07994

Tints of Bouquet #B07994

Color information

#B07994 (or 0xB07994) is unknown color: approx Bouquet. HEX triplet: B0, 79 and 94. RGB value is (176,121,148). Sum of RGB (Red+Green+Blue) = 176+121+148=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B07994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07994 is #4F866B. Grayscale: #8C8C8C. Windows color (decimal): -5211756 or 9730480. OLE color: 9730480.

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

Color convert

RGB176121148-
CMYK00.310.160.31
HSL330.55º25.82%58.24%-
HSV(B)330.55º31.25%69.02%-
XYZ30.0925.0431.26-
YUV140.52132.22153.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.55%
GREEN value IS 121 (47.66% from 255) = 27.19%
BLUE value IS 148 (58.20% from 255) = 33.26%
R=39.55%
G=27.19%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612114800.310.160.31330.5525.8258.24
HexB0799401F101F14b1a3a
Octal26017122403720375133272
Binary10110000111100110010100011111100001111110100101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07994; }

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

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

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

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

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

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

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

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