#B1799E

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

Shades of Bouquet #B1799E

Tints of Bouquet #B1799E

Color information

#B1799E (or 0xB1799E) is unknown color: approx Bouquet. HEX triplet: B1, 79 and 9E. RGB value is (177,121,158). Sum of RGB (Red+Green+Blue) = 177+121+158=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 177 - color contains mainly: red. Hex color #B1799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1799E is #4E8661. Grayscale: #8D8D8D. Windows color (decimal): -5146210 or 10385841. OLE color: 10385841.

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

Color convert

RGB177121158-
CMYK00.320.110.31
HSL320.36º26.42%58.43%-
HSV(B)320.36º31.64%69.41%-
XYZ31.1425.4935.63-
YUV141.96137.05152.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.82%
GREEN value IS 121 (47.66% from 255) = 26.54%
BLUE value IS 158 (62.11% from 255) = 34.65%
R=38.82%
G=26.54%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712115800.320.110.31320.3626.4258.43
HexB1799E020B1F1401a3a
Octal26117123604013375003272
Binary10110001111100110011110010000010111111110100000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1799E; }

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

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

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

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

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

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

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

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