Html Css Color HEX #B49AAE London Hue

📋 copy color: '#B49AAE'

red 180 ◦ green 154 ◦ blue 174

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

Shades of London Hue #B49AAE

Tints of London Hue #B49AAE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.31%

 BLUE value IS 174 (68.36% from 255) = 34.25%

R = 35.43%
G = 30.31%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B49AAE (or 0xB49AAE) is known color: London Hue. HEX triplet: B4, 9A and AE. RGB value is (180,154,174). Sum of RGB (Red+Green+Blue) = 180+154+174=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 180 - color contains mainly: red. Hex color #B49AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49AAE is #4B6551. Grayscale: #A4A4A4. Windows color (decimal): -4941138 or 11442868. OLE color: 11442868.

HSL color Cylindrical-coordinate representation of color #B49AAE: hue angle of 313.85º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B49AAE is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 154 174 -
CMYK 0 0.14 0.03 0.29
HSL 313.85º 0.15% 0.65% -
HSV(B) 313.85º 0.14% 0.71% -
XYZ 38.02 35.87 44.96 -
YUV 164.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 180 154 174 0 0.14 0.03 0.29 313.85 0.15 0.65
Hex B4 9A AE 0 E 3 1D 13A F 41
Octal 264 232 256 0 16 3 35 472 17 101
Binary 10110100 10011010 10101110 0 1110 11 11101 100111010 1111 1000001

Color Harmonies of #B49AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49AAE

Black with #B49AAE

Text Example


Text Example

White with #B49AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49AAE; }

 p { color: rgb(180,154,174); }

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

background-color css

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

 a { background-color: rgb(180,154,174); }

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

border-color css

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

 span { border-color: rgb(180,154,174); }

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