#B17DA6

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

Shades of Bouquet #B17DA6

Tints of Bouquet #B17DA6

Color information

#B17DA6 (or 0xB17DA6) is unknown color: approx Bouquet. HEX triplet: B1, 7D and A6. RGB value is (177,125,166). Sum of RGB (Red+Green+Blue) = 177+125+166=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B17DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17DA6 is #4E8259. Grayscale: #919191. Windows color (decimal): -5145178 or 10911153. OLE color: 10911153.

HSL color Cylindrical-coordinate representation of color #B17DA6: hue angle of 312.69º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B17DA6 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB177125166-
CMYK00.290.060.31
HSL312.69º25%59.22%-
HSV(B)312.69º29.38%69.41%-
XYZ32.3526.7739.54-
YUV145.22139.73150.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 125 (49.22% from 255) = 26.71%
BLUE value IS 166 (65.23% from 255) = 35.47%
R=37.82%
G=26.71%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712516600.290.060.31312.692559.22
HexB17DA601D61F139193b
Octal2611752460356374713173
Binary101100011111101101001100111011101111110011100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17DA6; }

 p { color: rgb(177,125,166); }

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

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

 a { background-color: rgb(177,125,166); }

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

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

 span { border-color: rgb(177,125,166); }

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