#B79CB2

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

Shades of London Hue #B79CB2

Tints of London Hue #B79CB2

Color information

#B79CB2 (or 0xB79CB2) is unknown color: approx London Hue. HEX triplet: B7, 9C and B2. RGB value is (183,156,178). Sum of RGB (Red+Green+Blue) = 183+156+178=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 183 - color contains mainly: red. Hex color #B79CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79CB2 is #48634D. Grayscale: #A6A6A6. Windows color (decimal): -4744014 or 11705527. OLE color: 11705527.

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

Color convert

RGB183156178-
CMYK00.150.030.28
HSL311.11º15.79%66.47%-
HSV(B)311.11º14.75%71.76%-
XYZ39.4537.0647.19-
YUV166.58134.45139.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.40%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 178 (69.92% from 255) = 34.43%
R=35.40%
G=30.17%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315617800.150.030.28311.1115.7966.47
HexB79CB20F31C1371042
Octal26723426201733446720102
Binary101101111001110010110010011111111100100110111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79CB2; }

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

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

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

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

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

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

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

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