#B0759B

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

Shades of Bouquet #B0759B

Tints of Bouquet #B0759B

Color information

#B0759B (or 0xB0759B) is unknown color: approx Bouquet. HEX triplet: B0, 75 and 9B. RGB value is (176,117,155). Sum of RGB (Red+Green+Blue) = 176+117+155=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0759B is #4F8A64. Grayscale: #8A8A8A. Windows color (decimal): -5212773 or 10188208. OLE color: 10188208.

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

Color convert

RGB176117155-
CMYK00.340.120.31
HSL321.36º27.19%57.45%-
HSV(B)321.36º33.52%69.02%-
XYZ30.1824.3234.11-
YUV138.97137.05154.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 155 (60.94% from 255) = 34.60%
R=39.29%
G=26.12%
B=34.60%

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
Decimal17611715500.340.120.31321.3627.1957.45
HexB0759B022C1F1411b39
Octal26016523304214375013371
Binary10110000111010110011011010001011001111110100000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0759B; }

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

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

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

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

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

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

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

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