#B681AF

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

Shades of London Hue #B681AF

Tints of London Hue #B681AF

Color information

#B681AF (or 0xB681AF) is unknown color: approx London Hue. HEX triplet: B6, 81 and AF. RGB value is (182,129,175). Sum of RGB (Red+Green+Blue) = 182+129+175=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B681AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B681AF is #497E50. Grayscale: #959595. Windows color (decimal): -4816465 or 11502006. OLE color: 11502006.

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

Color convert

RGB182129175-
CMYK00.290.040.29
HSL307.92º26.63%60.98%-
HSV(B)307.92º29.12%71.37%-
XYZ34.8828.7444.27-
YUV150.09142.06150.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.45%
GREEN value IS 129 (50.78% from 255) = 26.54%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=37.45%
G=26.54%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212917500.290.040.29307.9226.6360.98
HexB681AF01D41D1341b3d
Octal2662012570354354643375
Binary1011011010000001101011110111011001110110011010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B681AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B681AF; }

 p { color: rgb(182,129,175); }

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

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

 a { background-color: rgb(182,129,175); }

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

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

 span { border-color: rgb(182,129,175); }

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