#B87BAF

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

Shades of London Hue #B87BAF

Tints of London Hue #B87BAF

Color information

#B87BAF (or 0xB87BAF) is unknown color: approx London Hue. HEX triplet: B8, 7B and AF. RGB value is (184,123,175). Sum of RGB (Red+Green+Blue) = 184+123+175=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 184 - color contains mainly: red. Hex color #B87BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87BAF is #478450. Grayscale: #939393. Windows color (decimal): -4686929 or 11500472. OLE color: 11500472.

HSL color Cylindrical-coordinate representation of color #B87BAF: hue angle of 308.85º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B87BAF is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB184123175-
CMYK00.330.050.28
HSL308.85º30.05%60.2%-
HSV(B)308.85º33.15%72.16%-
XYZ34.5927.4544.03-
YUV147.17143.71154.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.17%
GREEN value IS 123 (48.44% from 255) = 25.52%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=38.17%
G=25.52%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412317500.330.050.28308.8530.0560.2
HexB87BAF02151C1351e3c
Octal2701732570415344653674
Binary1011100011110111010111101000011011110010011010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87BAF; }

 p { color: rgb(184,123,175); }

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

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

 a { background-color: rgb(184,123,175); }

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

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

 span { border-color: rgb(184,123,175); }

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