#B09BAB

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

Shades of London Hue #B09BAB

Tints of London Hue #B09BAB

Color information

#B09BAB (or 0xB09BAB) is unknown color: approx London Hue. HEX triplet: B0, 9B and AB. RGB value is (176,155,171). Sum of RGB (Red+Green+Blue) = 176+155+171=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 176 - color contains mainly: red. Hex color #B09BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09BAB is #4F6454. Grayscale: #A3A3A3. Windows color (decimal): -5203029 or 11246512. OLE color: 11246512.

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

Color convert

RGB176155171-
CMYK00.120.030.31
HSL314.29º11.73%64.9%-
HSV(B)314.29º11.93%69.02%-
XYZ36.9835.6143.45-
YUV163.1132.46137.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.06%
GREEN value IS 155 (60.94% from 255) = 30.88%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=35.06%
G=30.88%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615517100.120.030.31314.2911.7364.9
HexB09BAB0C31F13ac41
Octal26023325301433747214101
Binary10110000100110111010101101100111111110011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09BAB; }

 p { color: rgb(176,155,171); }

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

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

 a { background-color: rgb(176,155,171); }

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

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

 span { border-color: rgb(176,155,171); }

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