#B48FAB

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

Shades of London Hue #B48FAB

Tints of London Hue #B48FAB

Color information

#B48FAB (or 0xB48FAB) is unknown color: approx London Hue. HEX triplet: B4, 8F and AB. RGB value is (180,143,171). Sum of RGB (Red+Green+Blue) = 180+143+171=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B48FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48FAB is #4B7054. Grayscale: #9D9D9D. Windows color (decimal): -4943957 or 11243444. OLE color: 11243444.

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

Color convert

RGB180143171-
CMYK00.210.050.29
HSL314.59º19.79%63.33%-
HSV(B)314.59º20.56%70.59%-
XYZ3632.2942.86-
YUV157.26135.76144.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 143 (56.25% from 255) = 28.95%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=36.44%
G=28.95%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014317100.210.050.29314.5919.7963.33
HexB48FAB01551D13b143f
Octal2642172530255354732477
Binary1011010010001111101010110101011011110110011101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48FAB; }

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

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

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

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

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

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

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

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