#B17BAA

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

Shades of London Hue #B17BAA

Tints of London Hue #B17BAA

Color information

#B17BAA (or 0xB17BAA) is unknown color: approx London Hue. HEX triplet: B1, 7B and AA. RGB value is (177,123,170). Sum of RGB (Red+Green+Blue) = 177+123+170=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B17BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17BAA is #4E8455. Grayscale: #909090. Windows color (decimal): -5145686 or 11172785. OLE color: 11172785.

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

Color convert

RGB177123170-
CMYK00.310.040.31
HSL307.78º25.71%58.82%-
HSV(B)307.78º30.51%69.41%-
XYZ32.4726.4241.42-
YUV144.5142.39151.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 123 (48.44% from 255) = 26.17%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=37.66%
G=26.17%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712317000.310.040.31307.7825.7158.82
HexB17BAA01F41F1341a3b
Octal2611732520374374643273
Binary101100011111011101010100111111001111110011010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17BAA; }

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

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

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

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

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

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

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

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