#B07995

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

Shades of Bouquet #B07995

Tints of Bouquet #B07995

Color information

#B07995 (or 0xB07995) is unknown color: approx Bouquet. HEX triplet: B0, 79 and 95. RGB value is (176,121,149). Sum of RGB (Red+Green+Blue) = 176+121+149=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B07995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07995 is #4F866A. Grayscale: #8C8C8C. Windows color (decimal): -5211755 or 9796016. OLE color: 9796016.

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

Color convert

RGB176121149-
CMYK00.310.150.31
HSL329.45º25.82%58.24%-
HSV(B)329.45º31.25%69.02%-
XYZ30.1725.0731.68-
YUV140.64132.72153.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 121 (47.66% from 255) = 27.13%
BLUE value IS 149 (58.59% from 255) = 33.41%
R=39.46%
G=27.13%
B=33.41%

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
Decimal17612114900.310.150.31329.4525.8258.24
HexB0799501FF1F1491a3a
Octal26017122503717375113272
Binary1011000011110011001010101111111111111110100100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07995; }

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

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

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

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

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

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

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

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