#B48AAB

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

Shades of London Hue #B48AAB

Tints of London Hue #B48AAB

Color information

#B48AAB (or 0xB48AAB) is unknown color: approx London Hue. HEX triplet: B4, 8A and AB. RGB value is (180,138,171). Sum of RGB (Red+Green+Blue) = 180+138+171=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B48AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48AAB is #4B7554. Grayscale: #9A9A9A. Windows color (decimal): -4945237 or 11242164. OLE color: 11242164.

HSL color Cylindrical-coordinate representation of color #B48AAB: hue angle of 312.86º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B48AAB is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB180138171-
CMYK00.230.050.29
HSL312.86º21.88%62.35%-
HSV(B)312.86º23.33%70.59%-
XYZ35.2630.8242.62-
YUV154.32137.41146.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=36.81%
G=28.22%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013817100.230.050.29312.8621.8862.35
HexB48AAB01751D139163e
Octal2642122530275354712676
Binary1011010010001010101010110101111011110110011100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AAB; }

 p { color: rgb(180,138,171); }

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

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

 a { background-color: rgb(180,138,171); }

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

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

 span { border-color: rgb(180,138,171); }

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