Html Css Color HEX #B48BAC London Hue

📋 copy color: '#B48BAC'

red 180 ◦ green 139 ◦ blue 172

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

Shades of London Hue #B48BAC

Tints of London Hue #B48BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.03%

R = 36.66%
G = 28.31%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B48BAC (or 0xB48BAC) is known color: London Hue. HEX triplet: B4, 8B and AC. RGB value is (180,139,172). Sum of RGB (Red+Green+Blue) = 180+139+172=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B48BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48BAC is #4B7453. Grayscale: #9A9A9A. Windows color (decimal): -4944980 or 11307956. OLE color: 11307956.

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

Color convert

RGB 180 139 172 -
CMYK 0 0.23 0.04 0.29
HSL 311.71º 0.21% 0.63% -
HSV(B) 311.71º 0.23% 0.71% -
XYZ 35.5 31.15 43.17 -
YUV 155.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 180 139 172 0 0.23 0.04 0.29 311.71 0.21 0.63
Hex B4 8B AC 0 17 4 1D 138 15 3F
Octal 264 213 254 0 27 4 35 470 25 77
Binary 10110100 10001011 10101100 0 10111 100 11101 100111000 10101 111111

Color Harmonies of #B48BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48BAC

Black with #B48BAC

Text Example


Text Example

White with #B48BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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