#b79bb0

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

Shades of London Hue #B79BB0

Tints of London Hue #B79BB0

Color information

#B79BB0 (or 0xB79BB0) is unknown color: approx London Hue. HEX triplet: B7, 9B and B0. RGB value is (183,155,176). Sum of RGB (Red+Green+Blue) = 183+155+176=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 183 - color contains mainly: red. Hex color #B79BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79BB0 is #48644F. Grayscale: #A5A5A5. Windows color (decimal): -4744272 or 11574199. OLE color: 11574199.

HSL color Cylindrical-coordinate representation of color #B79BB0: hue angle of 315º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B79BB0 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB183155176-
CMYK00.150.040.28
HSL315º16.28%66.27%-
HSV(B)315º15.3%71.76%-
XYZ39.0936.6446.09-
YUV165.77133.78140.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.60%
GREEN value IS 155 (60.94% from 255) = 30.16%
BLUE value IS 176 (69.14% from 255) = 34.24%
R=35.60%
G=30.16%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315517600.150.040.2831516.2866.27
HexB79BB00F41C13b1042
Octal26723326001743447320102
Binary1011011110011011101100000111110011100100111011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b79bb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b79bb0; }

 p { color: rgb(183,155,176); }

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

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

 a { background-color: rgb(183,155,176); }

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

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

 span { border-color: rgb(183,155,176); }

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