#B18DAA

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

Shades of London Hue #B18DAA

Tints of London Hue #B18DAA

Color information

#B18DAA (or 0xB18DAA) is unknown color: approx London Hue. HEX triplet: B1, 8D and AA. RGB value is (177,141,170). Sum of RGB (Red+Green+Blue) = 177+141+170=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 177 - color contains mainly: red. Hex color #B18DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18DAA is #4E7255. Grayscale: #9A9A9A. Windows color (decimal): -5141078 or 11177393. OLE color: 11177393.

HSL color Cylindrical-coordinate representation of color #B18DAA: hue angle of 311.67º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B18DAA is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB177141170-
CMYK00.200.040.31
HSL311.67º18.75%62.35%-
HSV(B)311.67º20.34%69.41%-
XYZ34.9131.342.23-
YUV155.07136.43143.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.27%
GREEN value IS 141 (55.47% from 255) = 28.89%
BLUE value IS 170 (66.80% from 255) = 34.84%
R=36.27%
G=28.89%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714117000.200.040.31311.6718.7562.35
HexB18DAA01441F138133e
Octal2612152520244374702376
Binary1011000110001101101010100101001001111110011100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DAA; }

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

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

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

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

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

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

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

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