#B48BAF

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

Shades of London Hue #B48BAF

Tints of London Hue #B48BAF

Color information

#B48BAF (or 0xB48BAF) is unknown color: approx London Hue. HEX triplet: B4, 8B and AF. RGB value is (180,139,175). Sum of RGB (Red+Green+Blue) = 180+139+175=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B48BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48BAF is #4B7450. Grayscale: #9B9B9B. Windows color (decimal): -4944977 or 11504564. OLE color: 11504564.

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

Color convert

RGB180139175-
CMYK00.230.030.29
HSL307.32º21.47%62.55%-
HSV(B)307.32º22.78%70.59%-
XYZ35.7931.2644.71-
YUV155.36139.08145.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 139 (54.69% from 255) = 28.14%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=36.44%
G=28.14%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013917500.230.030.29307.3221.4762.55
HexB48BAF01731D133153f
Octal2642132570273354632577
Binary101101001000101110101111010111111110110011001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BAF; }

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

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

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

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

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

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

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

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