#B07594

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

Shades of Bouquet #B07594

Tints of Bouquet #B07594

Color information

#B07594 (or 0xB07594) is unknown color: approx Bouquet. HEX triplet: B0, 75 and 94. RGB value is (176,117,148). Sum of RGB (Red+Green+Blue) = 176+117+148=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B07594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07594 is #4F8A6B. Grayscale: #8A8A8A. Windows color (decimal): -5212780 or 9729456. OLE color: 9729456.

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

Color convert

RGB176117148-
CMYK00.340.160.31
HSL328.47º27.19%57.45%-
HSV(B)328.47º33.52%69.02%-
XYZ29.6124.0931.11-
YUV138.18133.55154.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 117 (46.09% from 255) = 26.53%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=39.91%
G=26.53%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611714800.340.160.31328.4727.1957.45
HexB07594022101F1481b39
Octal26016522404220375103371
Binary101100001110101100101000100010100001111110100100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07594; }

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

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

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

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

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

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

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

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