Html Css Color HEX #B491AC London Hue

📋 copy color: '#B491AC'

red 180 ◦ green 145 ◦ blue 172

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

Shades of London Hue #B491AC

Tints of London Hue #B491AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.61%

R = 36.22%
G = 29.18%
B = 34.61%

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

#B491AC (or 0xB491AC) is known color: London Hue. HEX triplet: B4, 91 and AC. RGB value is (180,145,172). Sum of RGB (Red+Green+Blue) = 180+145+172=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 180 - color contains mainly: red. Hex color #B491AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B491AC is #4B6E53. Grayscale: #9E9E9E. Windows color (decimal): -4943444 or 11309492. OLE color: 11309492.

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

Color convert

RGB 180 145 172 -
CMYK 0 0.19 0.04 0.29
HSL 313.71º 0.19% 0.64% -
HSV(B) 313.71º 0.19% 0.71% -
XYZ 36.39 32.93 43.47 -
YUV 158.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 180 145 172 0 0.19 0.04 0.29 313.71 0.19 0.64
Hex B4 91 AC 0 13 4 1D 13A 13 40
Octal 264 221 254 0 23 4 35 472 23 100
Binary 10110100 10010001 10101100 0 10011 100 11101 100111010 10011 1000000

Color Harmonies of #B491AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B491AC

Black with #B491AC

Text Example


Text Example

White with #B491AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B491AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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