#B39CAD

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

Shades of London Hue #B39CAD

Tints of London Hue #B39CAD

Color information

#B39CAD (or 0xB39CAD) is unknown color: approx London Hue. HEX triplet: B3, 9C and AD. RGB value is (179,156,173). Sum of RGB (Red+Green+Blue) = 179+156+173=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 179 - color contains mainly: red. Hex color #B39CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39CAD is #4C6352. Grayscale: #A4A4A4. Windows color (decimal): -5006163 or 11377843. OLE color: 11377843.

HSL color Cylindrical-coordinate representation of color #B39CAD: hue angle of 315.65º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B39CAD is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB179156173-
CMYK00.130.030.30
HSL315.65º13.14%65.69%-
HSV(B)315.65º12.85%70.2%-
XYZ38.0236.3844.55-
YUV164.82132.62138.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.24%
GREEN value IS 156 (61.33% from 255) = 30.71%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=35.24%
G=30.71%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915617300.130.030.30315.6513.1465.69
HexB39CAD0D31E13cd42
Octal26323425501533647415102
Binary10110011100111001010110101101111111010011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39CAD; }

 p { color: rgb(179,156,173); }

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

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

 a { background-color: rgb(179,156,173); }

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

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

 span { border-color: rgb(179,156,173); }

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