#B07392

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

Shades of Bouquet #B07392

Tints of Bouquet #B07392

Color information

#B07392 (or 0xB07392) is unknown color: approx Bouquet. HEX triplet: B0, 73 and 92. RGB value is (176,115,146). Sum of RGB (Red+Green+Blue) = 176+115+146=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B07392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07392 is #4F8C6D. Grayscale: #888888. Windows color (decimal): -5213294 or 9597872. OLE color: 9597872.

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

Color convert

RGB176115146-
CMYK00.350.170.31
HSL329.51º27.85%57.06%-
HSV(B)329.51º34.66%69.02%-
XYZ29.2223.5730.2-
YUV136.77133.21155.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 115 (45.31% from 255) = 26.32%
BLUE value IS 146 (57.42% from 255) = 33.41%
R=40.27%
G=26.32%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611514600.350.170.31329.5127.8557.06
HexB07392023111F14a1c39
Octal26016322204321375123471
Binary101100001110011100100100100011100011111110100101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07392; }

 p { color: rgb(176,115,146); }

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

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

 a { background-color: rgb(176,115,146); }

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

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

 span { border-color: rgb(176,115,146); }

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