#B07497

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

Shades of Bouquet #B07497

Tints of Bouquet #B07497

Color information

#B07497 (or 0xB07497) is unknown color: approx Bouquet. HEX triplet: B0, 74 and 97. RGB value is (176,116,151). Sum of RGB (Red+Green+Blue) = 176+116+151=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B07497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07497 is #4F8B68. Grayscale: #898989. Windows color (decimal): -5213033 or 9925808. OLE color: 9925808.

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

Color convert

RGB176116151-
CMYK00.340.140.31
HSL325º27.52%57.25%-
HSV(B)325º34.09%69.02%-
XYZ29.7423.9632.33-
YUV137.93135.38155.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 116 (45.70% from 255) = 26.19%
BLUE value IS 151 (59.38% from 255) = 34.09%
R=39.73%
G=26.19%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611615100.340.140.3132527.5257.25
HexB07497022E1F1451c39
Octal26016422704216375053471
Binary10110000111010010010111010001011101111110100010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07497; }

 p { color: rgb(176,116,151); }

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

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

 a { background-color: rgb(176,116,151); }

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

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

 span { border-color: rgb(176,116,151); }

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