#B875AF

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

Shades of London Hue #B875AF

Tints of London Hue #B875AF

Color information

#B875AF (or 0xB875AF) is unknown color: approx London Hue. HEX triplet: B8, 75 and AF. RGB value is (184,117,175). Sum of RGB (Red+Green+Blue) = 184+117+175=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B875AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B875AF is #478A50. Grayscale: #8F8F8F. Windows color (decimal): -4688465 or 11498936. OLE color: 11498936.

HSL color Cylindrical-coordinate representation of color #B875AF: hue angle of 308.06º 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 #B875AF is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB184117175-
CMYK00.360.050.28
HSL308.06º32.06%59.02%-
HSV(B)308.06º36.41%72.16%-
XYZ33.8726.0143.79-
YUV143.64145.7156.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.66%
GREEN value IS 117 (46.09% from 255) = 24.58%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=38.66%
G=24.58%
B=36.76%

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
Decimal18411717500.360.050.28308.0632.0659.02
HexB875AF02451C134203b
Octal2701652570445344644073
Binary10111000111010110101111010010010111100100110100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B875AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B875AF; }

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

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

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

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

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

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

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

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