#B0749F

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

Shades of Bouquet #B0749F

Tints of Bouquet #B0749F

Color information

#B0749F (or 0xB0749F) is unknown color: approx Bouquet. HEX triplet: B0, 74 and 9F. RGB value is (176,116,159). Sum of RGB (Red+Green+Blue) = 176+116+159=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B0749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0749F is #4F8B60. Grayscale: #8A8A8A. Windows color (decimal): -5213025 or 10450096. OLE color: 10450096.

HSL color Cylindrical-coordinate representation of color #B0749F: hue angle of 317º degrees, saturation: 0.28, 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 #B0749F is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB176116159-
CMYK00.340.100.31
HSL317º27.52%57.25%-
HSV(B)317º34.09%69.02%-
XYZ30.4124.2235.87-
YUV138.84139.38154.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 159 (62.5% from 255) = 35.25%
R=39.02%
G=25.72%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611615900.340.100.3131727.5257.25
HexB0749F022A1F13d1c39
Octal26016423704212374753471
Binary10110000111010010011111010001010101111110011110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0749F; }

 p { color: rgb(176,116,159); }

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

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

 a { background-color: rgb(176,116,159); }

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

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

 span { border-color: rgb(176,116,159); }

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