#B79CB6

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

Shades of London Hue #B79CB6

Tints of London Hue #B79CB6

Color information

#B79CB6 (or 0xB79CB6) is unknown color: approx London Hue. HEX triplet: B7, 9C and B6. RGB value is (183,156,182). Sum of RGB (Red+Green+Blue) = 183+156+182=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 183 - color contains mainly: red. Hex color #B79CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79CB6 is #486349. Grayscale: #A6A6A6. Windows color (decimal): -4744010 or 11967671. OLE color: 11967671.

HSL color Cylindrical-coordinate representation of color #B79CB6: hue angle of 302.22º 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 #B79CB6 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB183156182-
CMYK00.150.010.28
HSL302.22º15.79%66.47%-
HSV(B)302.22º14.75%71.76%-
XYZ39.8637.2249.34-
YUV167.04136.45139.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.12%
GREEN value IS 156 (61.33% from 255) = 29.94%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=35.12%
G=29.94%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315618200.150.010.28302.2215.7966.47
HexB79CB60F11C12e1042
Octal26723426601713445620102
Binary10110111100111001011011001111111100100101110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79CB6; }

 p { color: rgb(183,156,182); }

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

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

 a { background-color: rgb(183,156,182); }

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

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

 span { border-color: rgb(183,156,182); }

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