#B17B9D

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

Shades of Bouquet #B17B9D

Tints of Bouquet #B17B9D

Color information

#B17B9D (or 0xB17B9D) is unknown color: approx Bouquet. HEX triplet: B1, 7B and 9D. RGB value is (177,123,157). Sum of RGB (Red+Green+Blue) = 177+123+157=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17B9D is #4E8462. Grayscale: #8E8E8E. Windows color (decimal): -5145699 or 10320817. OLE color: 10320817.

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

Color convert

RGB177123157-
CMYK00.310.110.31
HSL322.22º25.71%58.82%-
HSV(B)322.22º30.51%69.41%-
XYZ31.325.9535.26-
YUV143.02135.89152.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 123 (48.44% from 255) = 26.91%
BLUE value IS 157 (61.72% from 255) = 34.35%
R=38.73%
G=26.91%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712315700.310.110.31322.2225.7158.82
HexB17B9D01FB1F1421a3b
Octal26117323503713375023273
Binary1011000111110111001110101111110111111110100001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17B9D; }

 p { color: rgb(177,123,157); }

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

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

 a { background-color: rgb(177,123,157); }

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

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

 span { border-color: rgb(177,123,157); }

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