#B17D98

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

Shades of Bouquet #B17D98

Tints of Bouquet #B17D98

Color information

#B17D98 (or 0xB17D98) is unknown color: approx Bouquet. HEX triplet: B1, 7D and 98. RGB value is (177,125,152). Sum of RGB (Red+Green+Blue) = 177+125+152=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17D98 is #4E8267. Grayscale: #8F8F8F. Windows color (decimal): -5145192 or 9993649. OLE color: 9993649.

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

Color convert

RGB177125152-
CMYK00.290.140.31
HSL328.85º25%59.22%-
HSV(B)328.85º29.38%69.41%-
XYZ31.1326.2833.14-
YUV143.63132.73151.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.99%
GREEN value IS 125 (49.22% from 255) = 27.53%
BLUE value IS 152 (59.77% from 255) = 33.48%
R=38.99%
G=27.53%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712515200.290.140.31328.852559.22
HexB17D9801DE1F149193b
Octal26117523003516375113173
Binary1011000111111011001100001110111101111110100100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17D98; }

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

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

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

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

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

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

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

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