#B07A97

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

Shades of Bouquet #B07A97

Tints of Bouquet #B07A97

Color information

#B07A97 (or 0xB07A97) is unknown color: approx Bouquet. HEX triplet: B0, 7A and 97. RGB value is (176,122,151). Sum of RGB (Red+Green+Blue) = 176+122+151=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07A97 is #4F8568. Grayscale: #8D8D8D. Windows color (decimal): -5211497 or 9927344. OLE color: 9927344.

HSL color Cylindrical-coordinate representation of color #B07A97: hue angle of 327.78º degrees, saturation: 0.25, 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 #B07A97 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB176122151-
CMYK00.310.140.31
HSL327.78º25.47%58.43%-
HSV(B)327.78º30.68%69.02%-
XYZ30.4525.3832.57-
YUV141.45133.39152.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 122 (48.05% from 255) = 27.17%
BLUE value IS 151 (59.38% from 255) = 33.63%
R=39.20%
G=27.17%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612215100.310.140.31327.7825.4758.43
HexB07A9701FE1F148193a
Octal26017222703716375103172
Binary1011000011110101001011101111111101111110100100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A97; }

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

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

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

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

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

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

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

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