Html Css Color HEX #B48EA9 London Hue

📋 copy color: '#B48EA9'

red 180 ◦ green 142 ◦ blue 169

#B48EA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B48EA9

Tints of London Hue #B48EA9

RGB

 RED value IS 180 (70.7% from 255) = 36.66%

 GREEN value IS 142 (55.86% from 255) = 28.92%

 BLUE value IS 169 (66.41% from 255) = 34.42%

R = 36.66%
G = 28.92%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B48EA9 (or 0xB48EA9) is known color: London Hue. HEX triplet: B4, 8E and A9. RGB value is (180,142,169). Sum of RGB (Red+Green+Blue) = 180+142+169=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B48EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48EA9 is #4B7156. Grayscale: #9C9C9C. Windows color (decimal): -4944215 or 11112116. OLE color: 11112116.

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

Color convert

RGB 180 142 169 -
CMYK 0 0.21 0.06 0.29
HSL 317.37º 0.2% 0.63% -
HSV(B) 317.37º 0.21% 0.71% -
XYZ 35.66 31.91 41.82 -
YUV 156.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 180 142 169 0 0.21 0.06 0.29 317.37 0.2 0.63
Hex B4 8E A9 0 15 6 1D 13D 14 3F
Octal 264 216 251 0 25 6 35 475 24 77
Binary 10110100 10001110 10101001 0 10101 110 11101 100111101 10100 111111

Color Harmonies of #B48EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48EA9

Black with #B48EA9

Text Example


Text Example

White with #B48EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48EA9; }

 p { color: rgb(180,142,169); }

 H1.HeaderClassName
 {
   color: #B48EA9;
 }
 .AnyTagClassName
 {
   color: #B48EA9;
 }
</style>

background-color css

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

 a { background-color: rgb(180,142,169); }

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

border-color css

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

 span { border-color: rgb(180,142,169); }

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