#B179A8

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

Shades of Bouquet #B179A8

Tints of Bouquet #B179A8

Color information

#B179A8 (or 0xB179A8) is unknown color: approx Bouquet. HEX triplet: B1, 79 and A8. RGB value is (177,121,168). Sum of RGB (Red+Green+Blue) = 177+121+168=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B179A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B179A8 is #4E8657. Grayscale: #8E8E8E. Windows color (decimal): -5146200 or 11041201. OLE color: 11041201.

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

Color convert

RGB177121168-
CMYK00.320.050.31
HSL309.64º26.42%58.43%-
HSV(B)309.64º31.64%69.41%-
XYZ32.0425.8540.35-
YUV143.1142.05152.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 121 (47.66% from 255) = 25.97%
BLUE value IS 168 (66.02% from 255) = 36.05%
R=37.98%
G=25.97%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712116800.320.050.31309.6426.4258.43
HexB179A802051F1361a3a
Octal2611712500405374663272
Binary1011000111110011010100001000001011111110011011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B179A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B179A8; }

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

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

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

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

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

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

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

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