#B090A5

Color #B090A5 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B090A5

Tints of London Hue #B090A5

Color information

#B090A5 (or 0xB090A5) is unknown color: approx London Hue. HEX triplet: B0, 90 and A5. RGB value is (176,144,165). Sum of RGB (Red+Green+Blue) = 176+144+165=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B090A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B090A5 is #4F6F5A. Grayscale: #9B9B9B. Windows color (decimal): -5205851 or 10850480. OLE color: 10850480.

HSL color Cylindrical-coordinate representation of color #B090A5: hue angle of 320.62º degrees, saturation: 0.17, 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 #B090A5 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB176144165-
CMYK00.180.060.31
HSL320.62º16.84%62.75%-
HSV(B)320.62º18.18%69.02%-
XYZ34.6731.8939.93-
YUV155.96133.1142.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 144 (56.64% from 255) = 29.69%
BLUE value IS 165 (64.84% from 255) = 34.02%
R=36.29%
G=29.69%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614416500.180.060.31320.6216.8462.75
HexB090A501261F141113f
Octal2602202450226375012177
Binary1011000010010000101001010100101101111110100000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B090A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B090A5; }

 p { color: rgb(176,144,165); }

 H1.HeaderClassName
 {
   color: #B090A5;
 }
 .AnyTagClassName
 {
   color: #B090A5;
 }
</style>
background-color css

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

 a { background-color: rgb(176,144,165); }

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

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

 span { border-color: rgb(176,144,165); }

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