Html Css Color HEX #B49AAF London Hue

📋 copy color: '#B49AAF'

red 180 ◦ green 154 ◦ blue 175

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

Shades of London Hue #B49AAF

Tints of London Hue #B49AAF

RGB

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

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

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

R = 35.36%
G = 30.26%
B = 34.38%

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

#B49AAF (or 0xB49AAF) is known color: London Hue. HEX triplet: B4, 9A and AF. RGB value is (180,154,175). Sum of RGB (Red+Green+Blue) = 180+154+175=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 180 - color contains mainly: red. Hex color #B49AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49AAF is #4B6550. Grayscale: #A4A4A4. Windows color (decimal): -4941137 or 11508404. OLE color: 11508404.

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

Color convert

RGB 180 154 175 -
CMYK 0 0.14 0.03 0.29
HSL 311.54º 0.15% 0.65% -
HSV(B) 311.54º 0.14% 0.71% -
XYZ 38.12 35.91 45.48 -
YUV 164.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 180 154 175 0 0.14 0.03 0.29 311.54 0.15 0.65
Hex B4 9A AF 0 E 3 1D 138 F 41
Octal 264 232 257 0 16 3 35 470 17 101
Binary 10110100 10011010 10101111 0 1110 11 11101 100111000 1111 1000001

Color Harmonies of #B49AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49AAF

Black with #B49AAF

Text Example


Text Example

White with #B49AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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