#B5A0B0

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

Shades of London Hue #B5A0B0

Tints of London Hue #B5A0B0

Color information

#B5A0B0 (or 0xB5A0B0) is unknown color: approx London Hue. HEX triplet: B5, A0 and B0. RGB value is (181,160,176). Sum of RGB (Red+Green+Blue) = 181+160+176=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A0B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A0B0 is #4A5F4F. Grayscale: #A8A8A8. Windows color (decimal): -4874064 or 11575477. OLE color: 11575477.

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

Color convert

RGB181160176-
CMYK00.120.030.29
HSL314.29º12.43%66.86%-
HSV(B)314.29º11.6%70.98%-
XYZ39.4638.146.35-
YUV168.1132.46137.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.01%
GREEN value IS 160 (62.89% from 255) = 30.95%
BLUE value IS 176 (69.14% from 255) = 34.04%
R=35.01%
G=30.95%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116017600.120.030.29314.2912.4366.86
HexB5A0B00C31D13ac43
Octal26524026001433547214103
Binary10110101101000001011000001100111110110011101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A0B0; }

 p { color: rgb(181,160,176); }

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

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

 a { background-color: rgb(181,160,176); }

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

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

 span { border-color: rgb(181,160,176); }

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