#B184AF

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

Shades of London Hue #B184AF

Tints of London Hue #B184AF

Color information

#B184AF (or 0xB184AF) is unknown color: approx London Hue. HEX triplet: B1, 84 and AF. RGB value is (177,132,175). Sum of RGB (Red+Green+Blue) = 177+132+175=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 177 - color contains mainly: red. Hex color #B184AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B184AF is #4E7B50. Grayscale: #969696. Windows color (decimal): -5143377 or 11502769. OLE color: 11502769.

HSL color Cylindrical-coordinate representation of color #B184AF: hue angle of 302.67º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B184AF is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB177132175-
CMYK00.250.010.31
HSL302.67º22.39%60.59%-
HSV(B)302.67º25.42%69.41%-
XYZ34.1228.9444.35-
YUV150.36141.91147-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.57%
GREEN value IS 132 (51.95% from 255) = 27.27%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=36.57%
G=27.27%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713217500.250.010.31302.6722.3960.59
HexB184AF01911F12f163d
Octal2612042570311374572675
Binary10110001100001001010111101100111111110010111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B184AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B184AF; }

 p { color: rgb(177,132,175); }

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

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

 a { background-color: rgb(177,132,175); }

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

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

 span { border-color: rgb(177,132,175); }

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