#B1799B

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

Shades of Bouquet #B1799B

Tints of Bouquet #B1799B

Color information

#B1799B (or 0xB1799B) is unknown color: approx Bouquet. HEX triplet: B1, 79 and 9B. RGB value is (177,121,155). Sum of RGB (Red+Green+Blue) = 177+121+155=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1799B is #4E8664. Grayscale: #8D8D8D. Windows color (decimal): -5146213 or 10189233. OLE color: 10189233.

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

Color convert

RGB177121155-
CMYK00.320.120.31
HSL323.57º26.42%58.43%-
HSV(B)323.57º31.64%69.41%-
XYZ30.8925.3934.28-
YUV141.62135.55153.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 121 (47.66% from 255) = 26.71%
BLUE value IS 155 (60.94% from 255) = 34.22%
R=39.07%
G=26.71%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712115500.320.120.31323.5726.4258.43
HexB1799B020C1F1441a3a
Octal26117123304014375043272
Binary10110001111100110011011010000011001111110100010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1799B; }

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

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

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

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

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

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

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

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