#B0739C

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

Shades of Bouquet #B0739C

Tints of Bouquet #B0739C

Color information

#B0739C (or 0xB0739C) is unknown color: approx Bouquet. HEX triplet: B0, 73 and 9C. RGB value is (176,115,156). Sum of RGB (Red+Green+Blue) = 176+115+156=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B0739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0739C is #4F8C63. Grayscale: #898989. Windows color (decimal): -5213284 or 10253232. OLE color: 10253232.

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

Color convert

RGB176115156-
CMYK00.350.110.31
HSL319.67º27.85%57.06%-
HSV(B)319.67º34.66%69.02%-
XYZ30.0423.8934.48-
YUV137.91138.21155.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 115 (45.31% from 255) = 25.73%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=39.37%
G=25.73%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611515600.350.110.31319.6727.8557.06
HexB0739C023B1F1401c39
Octal26016323404313375003471
Binary10110000111001110011100010001110111111110100000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0739C; }

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

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

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

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

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

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

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

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