#B0799D

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

Shades of Bouquet #B0799D

Tints of Bouquet #B0799D

Color information

#B0799D (or 0xB0799D) is unknown color: approx Bouquet. HEX triplet: B0, 79 and 9D. RGB value is (176,121,157). Sum of RGB (Red+Green+Blue) = 176+121+157=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B0799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0799D is #4F8662. Grayscale: #8D8D8D. Windows color (decimal): -5211747 or 10320304. OLE color: 10320304.

HSL color Cylindrical-coordinate representation of color #B0799D: hue angle of 320.73º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0799D is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB176121157-
CMYK00.310.110.31
HSL320.73º25.82%58.24%-
HSV(B)320.73º31.25%69.02%-
XYZ30.8325.3435.16-
YUV141.55136.72152.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 121 (47.66% from 255) = 26.65%
BLUE value IS 157 (61.72% from 255) = 34.58%
R=38.77%
G=26.65%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612115700.310.110.31320.7325.8258.24
HexB0799D01FB1F1411a3a
Octal26017123503713375013272
Binary1011000011110011001110101111110111111110100000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0799D; }

 p { color: rgb(176,121,157); }

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

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

 a { background-color: rgb(176,121,157); }

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

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

 span { border-color: rgb(176,121,157); }

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