#B7A0B2

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

Shades of London Hue #B7A0B2

Tints of London Hue #B7A0B2

Color information

#B7A0B2 (or 0xB7A0B2) is unknown color: approx London Hue. HEX triplet: B7, A0 and B2. RGB value is (183,160,178). Sum of RGB (Red+Green+Blue) = 183+160+178=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A0B2 is #485F4D. Grayscale: #A8A8A8. Windows color (decimal): -4742990 or 11706551. OLE color: 11706551.

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

Color convert

RGB183160178-
CMYK00.130.030.28
HSL313.04º13.77%67.25%-
HSV(B)313.04º12.57%71.76%-
XYZ40.1438.4247.42-
YUV168.93133.12138.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.12%
GREEN value IS 160 (62.89% from 255) = 30.71%
BLUE value IS 178 (69.92% from 255) = 34.17%
R=35.12%
G=30.71%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316017800.130.030.28313.0413.7767.25
HexB7A0B20D31C139e43
Octal26724026201533447116103
Binary10110111101000001011001001101111110010011100111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A0B2; }

 p { color: rgb(183,160,178); }

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

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

 a { background-color: rgb(183,160,178); }

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

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

 span { border-color: rgb(183,160,178); }

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