#B07394

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

Shades of Bouquet #B07394

Tints of Bouquet #B07394

Color information

#B07394 (or 0xB07394) is unknown color: approx Bouquet. HEX triplet: B0, 73 and 94. RGB value is (176,115,148). Sum of RGB (Red+Green+Blue) = 176+115+148=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B07394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07394 is #4F8C6B. Grayscale: #888888. Windows color (decimal): -5213292 or 9728944. OLE color: 9728944.

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

Color convert

RGB176115148-
CMYK00.350.160.31
HSL327.54º27.85%57.06%-
HSV(B)327.54º34.66%69.02%-
XYZ29.3823.6331.03-
YUV137134.21155.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 115 (45.31% from 255) = 26.20%
BLUE value IS 148 (58.20% from 255) = 33.71%
R=40.09%
G=26.20%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611514800.350.160.31327.5427.8557.06
HexB07394023101F1481c39
Octal26016322404320375103471
Binary101100001110011100101000100011100001111110100100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07394; }

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

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

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

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

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

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

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

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