#B1799A

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

Shades of Bouquet #B1799A

Tints of Bouquet #B1799A

Color information

#B1799A (or 0xB1799A) is unknown color: approx Bouquet. HEX triplet: B1, 79 and 9A. RGB value is (177,121,154). Sum of RGB (Red+Green+Blue) = 177+121+154=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1799A is #4E8665. Grayscale: #8D8D8D. Windows color (decimal): -5146214 or 10123697. OLE color: 10123697.

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

Color convert

RGB177121154-
CMYK00.320.130.31
HSL324.64º26.42%58.43%-
HSV(B)324.64º31.64%69.41%-
XYZ30.825.3533.84-
YUV141.51135.05153.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 121 (47.66% from 255) = 26.77%
BLUE value IS 154 (60.55% from 255) = 34.07%
R=39.16%
G=26.77%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712115400.320.130.31324.6426.4258.43
HexB1799A020D1F1451a3a
Octal26117123204015375053272
Binary10110001111100110011010010000011011111110100010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1799A; }

 p { color: rgb(177,121,154); }

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

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

 a { background-color: rgb(177,121,154); }

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

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

 span { border-color: rgb(177,121,154); }

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