#B1799C

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

Shades of Bouquet #B1799C

Tints of Bouquet #B1799C

Color information

#B1799C (or 0xB1799C) is unknown color: approx Bouquet. HEX triplet: B1, 79 and 9C. RGB value is (177,121,156). Sum of RGB (Red+Green+Blue) = 177+121+156=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B1799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1799C is #4E8663. Grayscale: #8D8D8D. Windows color (decimal): -5146212 or 10254769. OLE color: 10254769.

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

Color convert

RGB177121156-
CMYK00.320.120.31
HSL322.5º26.42%58.43%-
HSV(B)322.5º31.64%69.41%-
XYZ30.9725.4234.73-
YUV141.73136.05153.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.99%
GREEN value IS 121 (47.66% from 255) = 26.65%
BLUE value IS 156 (61.33% from 255) = 34.36%
R=38.99%
G=26.65%
B=34.36%

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
Decimal17712115600.320.120.31322.526.4258.43
HexB1799C020C1F1421a3a
Octal26117123404014375023272
Binary10110001111100110011100010000011001111110100001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1799C; }

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

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

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

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

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

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

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

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