#B07199

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

Shades of Bouquet #B07199

Tints of Bouquet #B07199

Color information

#B07199 (or 0xB07199) is unknown color: approx Bouquet. HEX triplet: B0, 71 and 99. RGB value is (176,113,153). Sum of RGB (Red+Green+Blue) = 176+113+153=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B07199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07199 is #4F8E66. Grayscale: #888888. Windows color (decimal): -5213799 or 10056112. OLE color: 10056112.

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

Color convert

RGB176113153-
CMYK00.360.130.31
HSL321.9º28.51%56.67%-
HSV(B)321.9º35.8%69.02%-
XYZ29.5623.3433.08-
YUV136.4137.37156.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.82%
GREEN value IS 113 (44.53% from 255) = 25.57%
BLUE value IS 153 (60.16% from 255) = 34.62%
R=39.82%
G=25.57%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611315300.360.130.31321.928.5156.67
HexB07199024D1F1421d39
Octal26016123104415375023571
Binary10110000111000110011001010010011011111110100001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07199; }

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

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

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

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

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

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

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

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