#B07399

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

Shades of Bouquet #B07399

Tints of Bouquet #B07399

Color information

#B07399 (or 0xB07399) is unknown color: approx Bouquet. HEX triplet: B0, 73 and 99. RGB value is (176,115,153). Sum of RGB (Red+Green+Blue) = 176+115+153=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B07399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07399 is #4F8C66. Grayscale: #898989. Windows color (decimal): -5213287 or 10056624. OLE color: 10056624.

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

Color convert

RGB176115153-
CMYK00.350.130.31
HSL322.62º27.85%57.06%-
HSV(B)322.62º34.66%69.02%-
XYZ29.7923.7933.16-
YUV137.57136.71155.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 115 (45.31% from 255) = 25.90%
BLUE value IS 153 (60.16% from 255) = 34.46%
R=39.64%
G=25.90%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611515300.350.130.31322.6227.8557.06
HexB07399023D1F1431c39
Octal26016323104315375033471
Binary10110000111001110011001010001111011111110100001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07399; }

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

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

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

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

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

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

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

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