#B48AAA

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

Shades of London Hue #B48AAA

Tints of London Hue #B48AAA

Color information

#B48AAA (or 0xB48AAA) is unknown color: approx London Hue. HEX triplet: B4, 8A and AA. RGB value is (180,138,170). Sum of RGB (Red+Green+Blue) = 180+138+170=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B48AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48AAA is #4B7555. Grayscale: #9A9A9A. Windows color (decimal): -4945238 or 11176628. OLE color: 11176628.

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

Color convert

RGB180138170-
CMYK00.230.060.29
HSL314.29º21.88%62.35%-
HSV(B)314.29º23.33%70.59%-
XYZ35.1730.7842.12-
YUV154.21136.91146.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.89%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 170 (66.80% from 255) = 34.84%
R=36.89%
G=28.28%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013817000.230.060.29314.2921.8862.35
HexB48AAA01761D13a163e
Octal2642122520276354722676
Binary1011010010001010101010100101111101110110011101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AAA; }

 p { color: rgb(180,138,170); }

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

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

 a { background-color: rgb(180,138,170); }

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

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

 span { border-color: rgb(180,138,170); }

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