#B17A9A

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

Shades of Bouquet #B17A9A

Tints of Bouquet #B17A9A

Color information

#B17A9A (or 0xB17A9A) is unknown color: approx Bouquet. HEX triplet: B1, 7A and 9A. RGB value is (177,122,154). Sum of RGB (Red+Green+Blue) = 177+122+154=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A9A is #4E8565. Grayscale: #8E8E8E. Windows color (decimal): -5145958 or 10123953. OLE color: 10123953.

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

Color convert

RGB177122154-
CMYK00.310.130.31
HSL325.09º26.07%58.63%-
HSV(B)325.09º31.07%69.41%-
XYZ30.9225.633.88-
YUV142.09134.72152.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 122 (48.05% from 255) = 26.93%
BLUE value IS 154 (60.55% from 255) = 34.00%
R=39.07%
G=26.93%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712215400.310.130.31325.0926.0758.63
HexB17A9A01FD1F1451a3b
Octal26117223203715375053273
Binary1011000111110101001101001111111011111110100010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A9A; }

 p { color: rgb(177,122,154); }

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

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

 a { background-color: rgb(177,122,154); }

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

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

 span { border-color: rgb(177,122,154); }

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