#B091A7

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

Shades of London Hue #B091A7

Tints of London Hue #B091A7

Color information

#B091A7 (or 0xB091A7) is unknown color: approx London Hue. HEX triplet: B0, 91 and A7. RGB value is (176,145,167). Sum of RGB (Red+Green+Blue) = 176+145+167=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 176 - color contains mainly: red. Hex color #B091A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B091A7 is #4F6E58. Grayscale: #9C9C9C. Windows color (decimal): -5205593 or 10981808. OLE color: 10981808.

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

Color convert

RGB176145167-
CMYK00.180.050.31
HSL317.42º16.4%62.94%-
HSV(B)317.42º17.61%69.02%-
XYZ3532.2740.94-
YUV156.78133.77141.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.07%
GREEN value IS 145 (57.03% from 255) = 29.71%
BLUE value IS 167 (65.62% from 255) = 34.22%
R=36.07%
G=29.71%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614516700.180.050.31317.4216.462.94
HexB091A701251F13d103f
Octal2602212470225374752077
Binary1011000010010001101001110100101011111110011110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B091A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B091A7; }

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

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

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

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

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

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

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

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