#B185AD

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

Shades of London Hue #B185AD

Tints of London Hue #B185AD

Color information

#B185AD (or 0xB185AD) is unknown color: approx London Hue. HEX triplet: B1, 85 and AD. RGB value is (177,133,173). Sum of RGB (Red+Green+Blue) = 177+133+173=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 177 - color contains mainly: red. Hex color #B185AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B185AD is #4E7A52. Grayscale: #969696. Windows color (decimal): -5143123 or 11371953. OLE color: 11371953.

HSL color Cylindrical-coordinate representation of color #B185AD: hue angle of 305.45º 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 #B185AD is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB177133173-
CMYK00.250.020.31
HSL305.45º22%60.78%-
HSV(B)305.45º24.86%69.41%-
XYZ34.0629.1443.36-
YUV150.72140.58146.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 133 (52.34% from 255) = 27.54%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=36.65%
G=27.54%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713317300.250.020.31305.452260.78
HexB185AD01921F131163d
Octal2612052550312374612675
Binary101100011000010110101101011001101111110011000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B185AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B185AD; }

 p { color: rgb(177,133,173); }

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

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

 a { background-color: rgb(177,133,173); }

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

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

 span { border-color: rgb(177,133,173); }

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