#B0749D

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

Shades of Bouquet #B0749D

Tints of Bouquet #B0749D

Color information

#B0749D (or 0xB0749D) is unknown color: approx Bouquet. HEX triplet: B0, 74 and 9D. RGB value is (176,116,157). Sum of RGB (Red+Green+Blue) = 176+116+157=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B0749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0749D is #4F8B62. Grayscale: #8A8A8A. Windows color (decimal): -5213027 or 10319024. OLE color: 10319024.

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

Color convert

RGB176116157-
CMYK00.340.110.31
HSL319º27.52%57.25%-
HSV(B)319º34.09%69.02%-
XYZ30.2424.1634.97-
YUV138.61138.38154.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 116 (45.70% from 255) = 25.84%
BLUE value IS 157 (61.72% from 255) = 34.97%
R=39.20%
G=25.84%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611615700.340.110.3131927.5257.25
HexB0749D022B1F13f1c39
Octal26016423504213374773471
Binary10110000111010010011101010001010111111110011111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0749D; }

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

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

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

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

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

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

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

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