#B07EA9

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

Shades of London Hue #B07EA9

Tints of London Hue #B07EA9

Color information

#B07EA9 (or 0xB07EA9) is unknown color: approx London Hue. HEX triplet: B0, 7E and A9. RGB value is (176,126,169). Sum of RGB (Red+Green+Blue) = 176+126+169=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B07EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07EA9 is #4F8156. Grayscale: #919191. Windows color (decimal): -5210455 or 11108016. OLE color: 11108016.

HSL color Cylindrical-coordinate representation of color #B07EA9: hue angle of 308.4º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B07EA9 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB176126169-
CMYK00.280.040.31
HSL308.4º24.04%59.22%-
HSV(B)308.4º28.41%69.02%-
XYZ32.5327.0241.04-
YUV145.85141.06149.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 169 (66.41% from 255) = 35.88%
R=37.37%
G=26.75%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612616900.280.040.31308.424.0459.22
HexB07EA901C41F134183b
Octal2601762510344374643073
Binary101100001111110101010010111001001111110011010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07EA9; }

 p { color: rgb(176,126,169); }

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

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

 a { background-color: rgb(176,126,169); }

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

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

 span { border-color: rgb(176,126,169); }

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