#B48CAB

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

Shades of London Hue #B48CAB

Tints of London Hue #B48CAB

Color information

#B48CAB (or 0xB48CAB) is unknown color: approx London Hue. HEX triplet: B4, 8C and AB. RGB value is (180,140,171). Sum of RGB (Red+Green+Blue) = 180+140+171=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B48CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48CAB is #4B7354. Grayscale: #9B9B9B. Windows color (decimal): -4944725 or 11242676. OLE color: 11242676.

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

Color convert

RGB180140171-
CMYK00.220.050.29
HSL313.5º21.05%62.75%-
HSV(B)313.5º22.22%70.59%-
XYZ35.5531.442.72-
YUV155.49136.75145.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 140 (55.08% from 255) = 28.51%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=36.66%
G=28.51%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014017100.220.050.29313.521.0562.75
HexB48CAB01651D13a153f
Octal2642142530265354722577
Binary1011010010001100101010110101101011110110011101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48CAB; }

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

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

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

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

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

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

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

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