#B47BAB

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

Shades of London Hue #B47BAB

Tints of London Hue #B47BAB

Color information

#B47BAB (or 0xB47BAB) is unknown color: approx London Hue. HEX triplet: B4, 7B and AB. RGB value is (180,123,171). Sum of RGB (Red+Green+Blue) = 180+123+171=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B47BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47BAB is #4B8454. Grayscale: #919191. Windows color (decimal): -4949077 or 11238324. OLE color: 11238324.

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

Color convert

RGB180123171-
CMYK00.320.050.29
HSL309.47º27.54%59.41%-
HSV(B)309.47º31.67%70.59%-
XYZ33.2626.8141.95-
YUV145.51142.38152.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 123 (48.44% from 255) = 25.95%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=37.97%
G=25.95%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012317100.320.050.29309.4727.5459.41
HexB47BAB02051D1351c3b
Octal2641732530405354653473
Binary1011010011110111010101101000001011110110011010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47BAB; }

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

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

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

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

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

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

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

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