#B0749A

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

Shades of Bouquet #B0749A

Tints of Bouquet #B0749A

Color information

#B0749A (or 0xB0749A) is unknown color: approx Bouquet. HEX triplet: B0, 74 and 9A. RGB value is (176,116,154). Sum of RGB (Red+Green+Blue) = 176+116+154=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B0749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0749A is #4F8B65. Grayscale: #8A8A8A. Windows color (decimal): -5213030 or 10122416. OLE color: 10122416.

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

Color convert

RGB176116154-
CMYK00.340.120.31
HSL322º27.52%57.25%-
HSV(B)322º34.09%69.02%-
XYZ29.9824.0533.63-
YUV138.27136.88154.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 116 (45.70% from 255) = 26.01%
BLUE value IS 154 (60.55% from 255) = 34.53%
R=39.46%
G=26.01%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611615400.340.120.3132227.5257.25
HexB0749A022C1F1421c39
Octal26016423204214375023471
Binary10110000111010010011010010001011001111110100001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0749A; }

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

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

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

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

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

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

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

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