Html Css Color HEX #B491A8 London Hue

📋 copy color: '#B491A8'

red 180 ◦ green 145 ◦ blue 168

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

Shades of London Hue #B491A8

Tints of London Hue #B491A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.08%

R = 36.51%
G = 29.41%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B491A8 (or 0xB491A8) is known color: London Hue. HEX triplet: B4, 91 and A8. RGB value is (180,145,168). Sum of RGB (Red+Green+Blue) = 180+145+168=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B491A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B491A8 is #4B6E57. Grayscale: #9E9E9E. Windows color (decimal): -4943448 or 11047348. OLE color: 11047348.

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

Color convert

RGB 180 145 168 -
CMYK 0 0.19 0.07 0.29
HSL 320.57º 0.19% 0.64% -
HSV(B) 320.57º 0.19% 0.71% -
XYZ 36.02 32.78 41.47 -
YUV 158.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 180 145 168 0 0.19 0.07 0.29 320.57 0.19 0.64
Hex B4 91 A8 0 13 7 1D 141 13 40
Octal 264 221 250 0 23 7 35 501 23 100
Binary 10110100 10010001 10101000 0 10011 111 11101 101000001 10011 1000000

Color Harmonies of #B491A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B491A8

Black with #B491A8

Text Example


Text Example

White with #B491A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B491A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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