Html Css Color HEX #B48AAF London Hue

📋 copy color: '#B48AAF'

red 180 ◦ green 138 ◦ blue 175

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

Shades of London Hue #B48AAF

Tints of London Hue #B48AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.5%

R = 36.51%
G = 27.99%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B48AAF (or 0xB48AAF) is known color: London Hue. HEX triplet: B4, 8A and AF. RGB value is (180,138,175). Sum of RGB (Red+Green+Blue) = 180+138+175=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B48AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48AAF is #4B7550. Grayscale: #9A9A9A. Windows color (decimal): -4945233 or 11504308. OLE color: 11504308.

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

Color convert

RGB 180 138 175 -
CMYK 0 0.23 0.03 0.29
HSL 307.14º 0.22% 0.62% -
HSV(B) 307.14º 0.23% 0.71% -
XYZ 35.65 30.98 44.66 -
YUV 154.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 180 138 175 0 0.23 0.03 0.29 307.14 0.22 0.62
Hex B4 8A AF 0 17 3 1D 133 16 3E
Octal 264 212 257 0 27 3 35 463 26 76
Binary 10110100 10001010 10101111 0 10111 11 11101 100110011 10110 111110

Color Harmonies of #B48AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48AAF

Black with #B48AAF

Text Example


Text Example

White with #B48AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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