Html Css Color HEX #B48EAA London Hue

📋 copy color: '#B48EAA'

red 180 ◦ green 142 ◦ blue 170

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

Shades of London Hue #B48EAA

Tints of London Hue #B48EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.55%

R = 36.59%
G = 28.86%
B = 34.55%

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

#B48EAA (or 0xB48EAA) is known color: London Hue. HEX triplet: B4, 8E and AA. RGB value is (180,142,170). Sum of RGB (Red+Green+Blue) = 180+142+170=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B48EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48EAA is #4B7155. Grayscale: #9C9C9C. Windows color (decimal): -4944214 or 11177652. OLE color: 11177652.

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

Color convert

RGB 180 142 170 -
CMYK 0 0.21 0.06 0.29
HSL 315.79º 0.2% 0.63% -
HSV(B) 315.79º 0.21% 0.71% -
XYZ 35.75 31.95 42.31 -
YUV 156.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 180 142 170 0 0.21 0.06 0.29 315.79 0.2 0.63
Hex B4 8E AA 0 15 6 1D 13C 14 3F
Octal 264 216 252 0 25 6 35 474 24 77
Binary 10110100 10001110 10101010 0 10101 110 11101 100111100 10100 111111

Color Harmonies of #B48EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48EAA

Black with #B48EAA

Text Example


Text Example

White with #B48EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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