#B17BA5

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

Shades of Bouquet #B17BA5

Tints of Bouquet #B17BA5

Color information

#B17BA5 (or 0xB17BA5) is unknown color: approx Bouquet. HEX triplet: B1, 7B and A5. RGB value is (177,123,165). Sum of RGB (Red+Green+Blue) = 177+123+165=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B17BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17BA5 is #4E845A. Grayscale: #8F8F8F. Windows color (decimal): -5145691 or 10845105. OLE color: 10845105.

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

Color convert

RGB177123165-
CMYK00.310.070.31
HSL313.33º25.71%58.82%-
HSV(B)313.33º30.51%69.41%-
XYZ32.0126.2338.97-
YUV143.93139.89151.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.06%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 165 (64.84% from 255) = 35.48%
R=38.06%
G=26.45%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712316500.310.070.31313.3325.7158.82
HexB17BA501F71F1391a3b
Octal2611732450377374713273
Binary101100011111011101001010111111111111110011100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17BA5; }

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

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

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

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

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

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

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

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