#B4A0B3

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

Shades of London Hue #B4A0B3

Tints of London Hue #B4A0B3

Color information

#B4A0B3 (or 0xB4A0B3) is unknown color: approx London Hue. HEX triplet: B4, A0 and B3. RGB value is (180,160,179). Sum of RGB (Red+Green+Blue) = 180+160+179=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A0B3 is #4B5F4C. Grayscale: #A8A8A8. Windows color (decimal): -4939597 or 11772084. OLE color: 11772084.

HSL color Cylindrical-coordinate representation of color #B4A0B3: hue angle of 303º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4A0B3 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB180160179-
CMYK00.110.010.29
HSL303º11.76%66.67%-
HSV(B)303º11.11%70.59%-
XYZ39.5338.147.92-
YUV168.15134.13136.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 179 (70.31% from 255) = 34.49%
R=34.68%
G=30.83%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016017900.110.010.2930311.7666.67
HexB4A0B30B11D12fc43
Octal26424026301313545714103
Binary1011010010100000101100110101111110110010111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A0B3; }

 p { color: rgb(180,160,179); }

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

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

 a { background-color: rgb(180,160,179); }

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

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

 span { border-color: rgb(180,160,179); }

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