Html Css Color HEX #B091AA London Hue

📋 copy color: '#B091AA'

red 176 ◦ green 145 ◦ blue 170

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

Shades of London Hue #B091AA

Tints of London Hue #B091AA

RGB

 RED value IS 176 (69.14% from 255) = 35.85%

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

 BLUE value IS 170 (66.8% from 255) = 34.62%

R = 35.85%
G = 29.53%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B091AA (or 0xB091AA) is known color: London Hue. HEX triplet: B0, 91 and AA. RGB value is (176,145,170). Sum of RGB (Red+Green+Blue) = 176+145+170=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 176 - color contains mainly: red. Hex color #B091AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B091AA is #4F6E55. Grayscale: #9D9D9D. Windows color (decimal): -5205590 or 11178416. OLE color: 11178416.

HSL color Cylindrical-coordinate representation of color #B091AA: hue angle of 311.61º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B091AA is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 145 170 -
CMYK 0 0.18 0.03 0.31
HSL 311.61º 0.16% 0.63% -
HSV(B) 311.61º 0.18% 0.69% -
XYZ 35.29 32.38 42.42 -
YUV 157.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 176 145 170 0 0.18 0.03 0.31 311.61 0.16 0.63
Hex B0 91 AA 0 12 3 1F 138 10 3F
Octal 260 221 252 0 22 3 37 470 20 77
Binary 10110000 10010001 10101010 0 10010 11 11111 100111000 10000 111111

Color Harmonies of #B091AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B091AA

Black with #B091AA

Text Example


Text Example

White with #B091AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B091AA; }

 p { color: rgb(176,145,170); }

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

background-color css

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

 a { background-color: rgb(176,145,170); }

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

border-color css

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

 span { border-color: rgb(176,145,170); }

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