#B07297

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

Shades of Bouquet #B07297

Tints of Bouquet #B07297

Color information

#B07297 (or 0xB07297) is unknown color: approx Bouquet. HEX triplet: B0, 72 and 97. RGB value is (176,114,151). Sum of RGB (Red+Green+Blue) = 176+114+151=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B07297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07297 is #4F8D68. Grayscale: #888888. Windows color (decimal): -5213545 or 9925296. OLE color: 9925296.

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

Color convert

RGB176114151-
CMYK00.350.140.31
HSL324.19º28.18%56.86%-
HSV(B)324.19º35.23%69.02%-
XYZ29.5123.532.26-
YUV136.76136.04155.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 114 (44.92% from 255) = 25.85%
BLUE value IS 151 (59.38% from 255) = 34.24%
R=39.91%
G=25.85%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611415100.350.140.31324.1928.1856.86
HexB07297023E1F1441c39
Octal26016222704316375043471
Binary10110000111001010010111010001111101111110100010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07297; }

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

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

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

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

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

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

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

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