#B092AA

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

Shades of London Hue #B092AA

Tints of London Hue #B092AA

Color information

#B092AA (or 0xB092AA) is unknown color: approx London Hue. HEX triplet: B0, 92 and AA. RGB value is (176,146,170). Sum of RGB (Red+Green+Blue) = 176+146+170=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 176 - color contains mainly: red. Hex color #B092AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B092AA is #4F6D55. Grayscale: #9D9D9D. Windows color (decimal): -5205334 or 11178672. OLE color: 11178672.

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

Color convert

RGB176146170-
CMYK00.170.030.31
HSL312º15.96%63.14%-
HSV(B)312º17.05%69.02%-
XYZ35.4432.6942.47-
YUV157.71134.94141.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 146 (57.42% from 255) = 29.67%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=35.77%
G=29.67%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614617000.170.030.3131215.9663.14
HexB092AA01131F138103f
Octal2602222520213374702077
Binary101100001001001010101010010001111111110011100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092AA; }

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

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

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

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

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

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

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

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