Html Css Color HEX #B185AA London Hue

📋 copy color: '#B185AA'

red 177 ◦ green 133 ◦ blue 170

#B185AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B185AA

Tints of London Hue #B185AA

RGB

 RED value IS 177 (69.53% from 255) = 36.88%

 GREEN value IS 133 (52.34% from 255) = 27.71%

 BLUE value IS 170 (66.8% from 255) = 35.42%

R = 36.88%
G = 27.71%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B185AA (or 0xB185AA) is known color: London Hue. HEX triplet: B1, 85 and AA. RGB value is (177,133,170). Sum of RGB (Red+Green+Blue) = 177+133+170=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B185AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B185AA is #4E7A55. Grayscale: #969696. Windows color (decimal): -5143126 or 11175345. OLE color: 11175345.

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

Color convert

RGB 177 133 170 -
CMYK 0 0.25 0.04 0.31
HSL 309.55º 0.22% 0.61% -
HSV(B) 309.55º 0.25% 0.69% -
XYZ 33.77 29.02 41.85 -
YUV 150.37 139.08 146.99 -
System Red Green Blue C M Y K H S L
Decimal 177 133 170 0 0.25 0.04 0.31 309.55 0.22 0.61
Hex B1 85 AA 0 19 4 1F 136 16 3D
Octal 261 205 252 0 31 4 37 466 26 75
Binary 10110001 10000101 10101010 0 11001 100 11111 100110110 10110 111101

Color Harmonies of #B185AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B185AA

Black with #B185AA

Text Example


Text Example

White with #B185AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B185AA; }

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

 H1.HeaderClassName
 {
   color: #B185AA;
 }
 .AnyTagClassName
 {
   color: #B185AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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