Html Css Color HEX #B491AD London Hue

📋 copy color: '#B491AD'

red 180 ◦ green 145 ◦ blue 173

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

Shades of London Hue #B491AD

Tints of London Hue #B491AD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.12%

 BLUE value IS 173 (67.97% from 255) = 34.74%

R = 36.14%
G = 29.12%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B491AD (or 0xB491AD) is known color: London Hue. HEX triplet: B4, 91 and AD. RGB value is (180,145,173). Sum of RGB (Red+Green+Blue) = 180+145+173=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 180 - color contains mainly: red. Hex color #B491AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B491AD is #4B6E52. Grayscale: #9E9E9E. Windows color (decimal): -4943443 or 11375028. OLE color: 11375028.

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

Color convert

RGB 180 145 173 -
CMYK 0 0.19 0.04 0.29
HSL 312º 0.19% 0.64% -
HSV(B) 312º 0.19% 0.71% -
XYZ 36.49 32.97 43.98 -
YUV 158.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 180 145 173 0 0.19 0.04 0.29 312 0.19 0.64
Hex B4 91 AD 0 13 4 1D 138 13 40
Octal 264 221 255 0 23 4 35 470 23 100
Binary 10110100 10010001 10101101 0 10011 100 11101 100111000 10011 1000000

Color Harmonies of #B491AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B491AD

Black with #B491AD

Text Example


Text Example

White with #B491AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B491AD; }

 p { color: rgb(180,145,173); }

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

background-color css

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

 a { background-color: rgb(180,145,173); }

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

border-color css

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

 span { border-color: rgb(180,145,173); }

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