Html Css Color HEX #B48BA8 London Hue

📋 copy color: '#B48BA8'

red 180 ◦ green 139 ◦ blue 168

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

Shades of London Hue #B48BA8

Tints of London Hue #B48BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.5%

R = 36.96%
G = 28.54%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B48BA8 (or 0xB48BA8) is known color: London Hue. HEX triplet: B4, 8B and A8. RGB value is (180,139,168). Sum of RGB (Red+Green+Blue) = 180+139+168=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B48BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48BA8 is #4B7457. Grayscale: #9A9A9A. Windows color (decimal): -4944984 or 11045812. OLE color: 11045812.

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

Color convert

RGB 180 139 168 -
CMYK 0 0.23 0.07 0.29
HSL 317.56º 0.21% 0.63% -
HSV(B) 317.56º 0.23% 0.71% -
XYZ 35.12 31 41.18 -
YUV 154.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 180 139 168 0 0.23 0.07 0.29 317.56 0.21 0.63
Hex B4 8B A8 0 17 7 1D 13E 15 3F
Octal 264 213 250 0 27 7 35 476 25 77
Binary 10110100 10001011 10101000 0 10111 111 11101 100111110 10101 111111

Color Harmonies of #B48BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48BA8

Black with #B48BA8

Text Example


Text Example

White with #B48BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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