#B07097

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

Shades of Bouquet #B07097

Tints of Bouquet #B07097

Color information

#B07097 (or 0xB07097) is unknown color: approx Bouquet. HEX triplet: B0, 70 and 97. RGB value is (176,112,151). Sum of RGB (Red+Green+Blue) = 176+112+151=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B07097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07097 is #4F8F68. Grayscale: #878787. Windows color (decimal): -5214057 or 9924784. OLE color: 9924784.

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

Color convert

RGB176112151-
CMYK00.360.140.31
HSL323.44º28.83%56.47%-
HSV(B)323.44º36.36%69.02%-
XYZ29.2823.0532.18-
YUV135.58136.7156.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 151 (59.38% from 255) = 34.40%
R=40.09%
G=25.51%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611215100.360.140.31323.4428.8356.47
HexB07097024E1F1431d38
Octal26016022704416375033570
Binary10110000111000010010111010010011101111110100001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07097; }

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

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

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

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

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

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

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

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