#B48BAB

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

Shades of London Hue #B48BAB

Tints of London Hue #B48BAB

Color information

#B48BAB (or 0xB48BAB) is unknown color: approx London Hue. HEX triplet: B4, 8B and AB. RGB value is (180,139,171). Sum of RGB (Red+Green+Blue) = 180+139+171=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B48BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48BAB is #4B7454. Grayscale: #9A9A9A. Windows color (decimal): -4944981 or 11242420. OLE color: 11242420.

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

Color convert

RGB180139171-
CMYK00.230.050.29
HSL313.17º21.47%62.55%-
HSV(B)313.17º22.78%70.59%-
XYZ35.4131.1142.67-
YUV154.91137.08145.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 139 (54.69% from 255) = 28.37%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=36.73%
G=28.37%
B=34.90%

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
Decimal18013917100.230.050.29313.1721.4762.55
HexB48BAB01751D139153f
Octal2642132530275354712577
Binary1011010010001011101010110101111011110110011100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BAB; }

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

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

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

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

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

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

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

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