#B7A5B5

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

Shades of London Hue #B7A5B5

Tints of London Hue #B7A5B5

Color information

#B7A5B5 (or 0xB7A5B5) is unknown color: approx London Hue. HEX triplet: B7, A5 and B5. RGB value is (183,165,181). Sum of RGB (Red+Green+Blue) = 183+165+181=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A5B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A5B5 is #485A4A. Grayscale: #ACACAC. Windows color (decimal): -4741707 or 11904439. OLE color: 11904439.

HSL color Cylindrical-coordinate representation of color #B7A5B5: hue angle of 306.67º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7A5B5 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB183165181-
CMYK00.100.010.28
HSL306.67º11.11%68.24%-
HSV(B)306.67º9.84%71.76%-
XYZ41.3240.3149.32-
YUV172.21132.96135.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.59%
GREEN value IS 165 (64.84% from 255) = 31.19%
BLUE value IS 181 (71.09% from 255) = 34.22%
R=34.59%
G=31.19%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316518100.100.010.28306.6711.1168.24
HexB7A5B50A11C133b44
Octal26724526501213446313104
Binary1011011110100101101101010101011110010011001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A5B5; }

 p { color: rgb(183,165,181); }

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

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

 a { background-color: rgb(183,165,181); }

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

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

 span { border-color: rgb(183,165,181); }

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