#B7A3B5

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

Shades of London Hue #B7A3B5

Tints of London Hue #B7A3B5

Color information

#B7A3B5 (or 0xB7A3B5) is unknown color: approx London Hue. HEX triplet: B7, A3 and B5. RGB value is (183,163,181). Sum of RGB (Red+Green+Blue) = 183+163+181=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A3B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A3B5 is #485C4A. Grayscale: #AAAAAA. Windows color (decimal): -4742219 or 11903927. OLE color: 11903927.

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

Color convert

RGB183163181-
CMYK00.110.010.28
HSL306º12.2%67.84%-
HSV(B)306º10.93%71.76%-
XYZ40.9739.649.2-
YUV171.03133.63136.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.72%
GREEN value IS 163 (64.06% from 255) = 30.93%
BLUE value IS 181 (71.09% from 255) = 34.35%
R=34.72%
G=30.93%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316318100.110.010.2830612.267.84
HexB7A3B50B11C132c44
Octal26724326501313446214104
Binary1011011110100011101101010101111110010011001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A3B5; }

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

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

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

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

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

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

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

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