Html Css Color HEX #B48AAB London Hue

📋 copy color: '#B48AAB'

red 180 ◦ green 138 ◦ blue 171

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

Shades of London Hue #B48AAB

Tints of London Hue #B48AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.22%

 BLUE value IS 171 (67.19% from 255) = 34.97%

R = 36.81%
G = 28.22%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B48AAB (or 0xB48AAB) is known color: London Hue. HEX triplet: B4, 8A and AB. RGB value is (180,138,171). Sum of RGB (Red+Green+Blue) = 180+138+171=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B48AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48AAB is #4B7554. Grayscale: #9A9A9A. Windows color (decimal): -4945237 or 11242164. OLE color: 11242164.

HSL color Cylindrical-coordinate representation of color #B48AAB: hue angle of 312.86º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B48AAB is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 138 171 -
CMYK 0 0.23 0.05 0.29
HSL 312.86º 0.22% 0.62% -
HSV(B) 312.86º 0.23% 0.71% -
XYZ 35.26 30.82 42.62 -
YUV 154.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 180 138 171 0 0.23 0.05 0.29 312.86 0.22 0.62
Hex B4 8A AB 0 17 5 1D 139 16 3E
Octal 264 212 253 0 27 5 35 471 26 76
Binary 10110100 10001010 10101011 0 10111 101 11101 100111001 10110 111110

Color Harmonies of #B48AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48AAB

Black with #B48AAB

Text Example


Text Example

White with #B48AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48AAB; }

 p { color: rgb(180,138,171); }

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

background-color css

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

 a { background-color: rgb(180,138,171); }

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

border-color css

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

 span { border-color: rgb(180,138,171); }

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