#B0739A

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

Shades of Bouquet #B0739A

Tints of Bouquet #B0739A

Color information

#B0739A (or 0xB0739A) is unknown color: approx Bouquet. HEX triplet: B0, 73 and 9A. RGB value is (176,115,154). Sum of RGB (Red+Green+Blue) = 176+115+154=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B0739A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0739A is #4F8C65. Grayscale: #898989. Windows color (decimal): -5213286 or 10122160. OLE color: 10122160.

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

Color convert

RGB176115154-
CMYK00.350.120.31
HSL321.64º27.85%57.06%-
HSV(B)321.64º34.66%69.02%-
XYZ29.8723.8233.6-
YUV137.68137.21155.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.55%
GREEN value IS 115 (45.31% from 255) = 25.84%
BLUE value IS 154 (60.55% from 255) = 34.61%
R=39.55%
G=25.84%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611515400.350.120.31321.6427.8557.06
HexB0739A023C1F1421c39
Octal26016323204314375023471
Binary10110000111001110011010010001111001111110100001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0739A; }

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

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

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

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

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

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

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

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