#B0749C

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

Shades of Bouquet #B0749C

Tints of Bouquet #B0749C

Color information

#B0749C (or 0xB0749C) is unknown color: approx Bouquet. HEX triplet: B0, 74 and 9C. RGB value is (176,116,156). Sum of RGB (Red+Green+Blue) = 176+116+156=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0749C is #4F8B63. Grayscale: #8A8A8A. Windows color (decimal): -5213028 or 10253488. OLE color: 10253488.

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

Color convert

RGB176116156-
CMYK00.340.110.31
HSL320º27.52%57.25%-
HSV(B)320º34.09%69.02%-
XYZ30.1524.1234.52-
YUV138.5137.88154.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 156 (61.33% from 255) = 34.82%
R=39.29%
G=25.89%
B=34.82%

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
Decimal17611615600.340.110.3132027.5257.25
HexB0749C022B1F1401c39
Octal26016423404213375003471
Binary10110000111010010011100010001010111111110100000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0749C; }

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

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

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

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

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

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

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

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