Html Css Color HEX #B49DAF London Hue

📋 copy color: '#B49DAF'

red 180 ◦ green 157 ◦ blue 175

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

Shades of London Hue #B49DAF

Tints of London Hue #B49DAF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.66%

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

R = 35.16%
G = 30.66%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B49DAF (or 0xB49DAF) is known color: London Hue. HEX triplet: B4, 9D and AF. RGB value is (180,157,175). Sum of RGB (Red+Green+Blue) = 180+157+175=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 180 - color contains mainly: red. Hex color #B49DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49DAF is #4B6250. Grayscale: #A5A5A5. Windows color (decimal): -4940369 or 11509172. OLE color: 11509172.

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

Color convert

RGB 180 157 175 -
CMYK 0 0.13 0.03 0.29
HSL 313.04º 0.13% 0.66% -
HSV(B) 313.04º 0.13% 0.71% -
XYZ 38.62 36.91 45.65 -
YUV 165.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 180 157 175 0 0.13 0.03 0.29 313.04 0.13 0.66
Hex B4 9D AF 0 D 3 1D 139 D 42
Octal 264 235 257 0 15 3 35 471 15 102
Binary 10110100 10011101 10101111 0 1101 11 11101 100111001 1101 1000010

Color Harmonies of #B49DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DAF

Black with #B49DAF

Text Example


Text Example

White with #B49DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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