#B0759F

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

Shades of Bouquet #B0759F

Tints of Bouquet #B0759F

Color information

#B0759F (or 0xB0759F) is unknown color: approx Bouquet. HEX triplet: B0, 75 and 9F. RGB value is (176,117,159). Sum of RGB (Red+Green+Blue) = 176+117+159=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B0759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0759F is #4F8A60. Grayscale: #8B8B8B. Windows color (decimal): -5212769 or 10450352. OLE color: 10450352.

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

Color convert

RGB176117159-
CMYK00.340.100.31
HSL317.29º27.19%57.45%-
HSV(B)317.29º33.52%69.02%-
XYZ30.5224.4635.91-
YUV139.43139.05154.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.94%
GREEN value IS 117 (46.09% from 255) = 25.88%
BLUE value IS 159 (62.5% from 255) = 35.18%
R=38.94%
G=25.88%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611715900.340.100.31317.2927.1957.45
HexB0759F022A1F13d1b39
Octal26016523704212374753371
Binary10110000111010110011111010001010101111110011110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0759F; }

 p { color: rgb(176,117,159); }

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

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

 a { background-color: rgb(176,117,159); }

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

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

 span { border-color: rgb(176,117,159); }

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