#B48CAC

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

Shades of London Hue #B48CAC

Tints of London Hue #B48CAC

Color information

#B48CAC (or 0xB48CAC) is unknown color: approx London Hue. HEX triplet: B4, 8C and AC. RGB value is (180,140,172). Sum of RGB (Red+Green+Blue) = 180+140+172=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B48CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48CAC is #4B7353. Grayscale: #9B9B9B. Windows color (decimal): -4944724 or 11308212. OLE color: 11308212.

HSL color Cylindrical-coordinate representation of color #B48CAC: hue angle of 312º 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 #B48CAC is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB180140172-
CMYK00.220.040.29
HSL312º21.05%62.75%-
HSV(B)312º22.22%70.59%-
XYZ35.6531.4443.22-
YUV155.61137.25145.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.59%
GREEN value IS 140 (55.08% from 255) = 28.46%
BLUE value IS 172 (67.58% from 255) = 34.96%
R=36.59%
G=28.46%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014017200.220.040.2931221.0562.75
HexB48CAC01641D138153f
Octal2642142540264354702577
Binary1011010010001100101011000101101001110110011100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48CAC; }

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

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

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

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

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

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

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

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