#B7A1B5

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

Shades of London Hue #B7A1B5

Tints of London Hue #B7A1B5

Color information

#B7A1B5 (or 0xB7A1B5) is unknown color: approx London Hue. HEX triplet: B7, A1 and B5. RGB value is (183,161,181). Sum of RGB (Red+Green+Blue) = 183+161+181=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A1B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A1B5 is #485E4A. Grayscale: #A9A9A9. Windows color (decimal): -4742731 or 11903415. OLE color: 11903415.

HSL color Cylindrical-coordinate representation of color #B7A1B5: hue angle of 305.45º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7A1B5 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB183161181-
CMYK00.120.010.28
HSL305.45º13.25%67.45%-
HSV(B)305.45º12.02%71.76%-
XYZ40.6138.8949.08-
YUV169.86134.29137.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.86%
GREEN value IS 161 (63.28% from 255) = 30.67%
BLUE value IS 181 (71.09% from 255) = 34.48%
R=34.86%
G=30.67%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316118100.120.010.28305.4513.2567.45
HexB7A1B50C11C131d43
Octal26724126501413446115103
Binary1011011110100001101101010110011110010011000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A1B5; }

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

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

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

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

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

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

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

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