#B0799C

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

Shades of Bouquet #B0799C

Tints of Bouquet #B0799C

Color information

#B0799C (or 0xB0799C) is unknown color: approx Bouquet. HEX triplet: B0, 79 and 9C. RGB value is (176,121,156). Sum of RGB (Red+Green+Blue) = 176+121+156=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B0799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0799C is #4F8663. Grayscale: #8D8D8D. Windows color (decimal): -5211748 or 10254768. OLE color: 10254768.

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

Color convert

RGB176121156-
CMYK00.310.110.31
HSL321.82º25.82%58.24%-
HSV(B)321.82º31.25%69.02%-
XYZ30.7425.3134.72-
YUV141.44136.22152.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 121 (47.66% from 255) = 26.71%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=38.85%
G=26.71%
B=34.44%

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
Decimal17612115600.310.110.31321.8225.8258.24
HexB0799C01FB1F1421a3a
Octal26017123403713375023272
Binary1011000011110011001110001111110111111110100001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0799C; }

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

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

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

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

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

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

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

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