#b876af

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

Shades of London Hue #B876AF

Tints of London Hue #B876AF

Color information

#B876AF (or 0xB876AF) is unknown color: approx London Hue. HEX triplet: B8, 76 and AF. RGB value is (184,118,175). Sum of RGB (Red+Green+Blue) = 184+118+175=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B876AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B876AF is #478950. Grayscale: #909090. Windows color (decimal): -4688209 or 11499192. OLE color: 11499192.

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

Color convert

RGB184118175-
CMYK00.360.050.28
HSL308.18º31.73%59.22%-
HSV(B)308.18º35.87%72.16%-
XYZ33.9826.2443.83-
YUV144.23145.37156.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.57%
GREEN value IS 118 (46.48% from 255) = 24.74%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=38.57%
G=24.74%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411817500.360.050.28308.1831.7359.22
HexB876AF02451C134203b
Octal2701662570445344644073
Binary10111000111011010101111010010010111100100110100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b876af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b876af; }

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

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

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

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

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

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

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

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