#B17DA5

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

Shades of Bouquet #B17DA5

Tints of Bouquet #B17DA5

Color information

#B17DA5 (or 0xB17DA5) is unknown color: approx Bouquet. HEX triplet: B1, 7D and A5. RGB value is (177,125,165). Sum of RGB (Red+Green+Blue) = 177+125+165=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B17DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17DA5 is #4E825A. Grayscale: #919191. Windows color (decimal): -5145179 or 10845617. OLE color: 10845617.

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

Color convert

RGB177125165-
CMYK00.290.070.31
HSL313.85º25%59.22%-
HSV(B)313.85º29.38%69.41%-
XYZ32.2626.7339.06-
YUV145.11139.23150.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 125 (49.22% from 255) = 26.77%
BLUE value IS 165 (64.84% from 255) = 35.33%
R=37.90%
G=26.77%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712516500.290.070.31313.852559.22
HexB17DA501D71F13a193b
Octal2611752450357374723173
Binary101100011111101101001010111011111111110011101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17DA5; }

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

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

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

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

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

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

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

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