#B47CAB

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

Shades of London Hue #B47CAB

Tints of London Hue #B47CAB

Color information

#B47CAB (or 0xB47CAB) is unknown color: approx London Hue. HEX triplet: B4, 7C and AB. RGB value is (180,124,171). Sum of RGB (Red+Green+Blue) = 180+124+171=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B47CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47CAB is #4B8354. Grayscale: #919191. Windows color (decimal): -4948821 or 11238580. OLE color: 11238580.

HSL color Cylindrical-coordinate representation of color #B47CAB: hue angle of 309.64º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B47CAB is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB180124171-
CMYK00.310.050.29
HSL309.64º27.18%59.61%-
HSV(B)309.64º31.11%70.59%-
XYZ33.3827.0641.99-
YUV146.1142.05152.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 124 (48.83% from 255) = 26.11%
BLUE value IS 171 (67.19% from 255) = 36%
R=37.89%
G=26.11%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012417100.310.050.29309.6427.1859.61
HexB47CAB01F51D1361b3c
Octal2641742530375354663374
Binary101101001111100101010110111111011110110011011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47CAB; }

 p { color: rgb(180,124,171); }

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

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

 a { background-color: rgb(180,124,171); }

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

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

 span { border-color: rgb(180,124,171); }

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