Html Css Color HEX #B48BAA London Hue

📋 copy color: '#B48BAA'

red 180 ◦ green 139 ◦ blue 170

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

Shades of London Hue #B48BAA

Tints of London Hue #B48BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.43%

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

R = 36.81%
G = 28.43%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B48BAA (or 0xB48BAA) is known color: London Hue. HEX triplet: B4, 8B and AA. RGB value is (180,139,170). Sum of RGB (Red+Green+Blue) = 180+139+170=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B48BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48BAA is #4B7455. Grayscale: #9A9A9A. Windows color (decimal): -4944982 or 11176884. OLE color: 11176884.

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

Color convert

RGB 180 139 170 -
CMYK 0 0.23 0.06 0.29
HSL 314.63º 0.21% 0.63% -
HSV(B) 314.63º 0.23% 0.71% -
XYZ 35.31 31.07 42.17 -
YUV 154.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 180 139 170 0 0.23 0.06 0.29 314.63 0.21 0.63
Hex B4 8B AA 0 17 6 1D 13B 15 3F
Octal 264 213 252 0 27 6 35 473 25 77
Binary 10110100 10001011 10101010 0 10111 110 11101 100111011 10101 111111

Color Harmonies of #B48BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48BAA

Black with #B48BAA

Text Example


Text Example

White with #B48BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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