Html Css Color HEX #B185AB London Hue

📋 copy color: '#B185AB'

red 177 ◦ green 133 ◦ blue 171

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

Shades of London Hue #B185AB

Tints of London Hue #B185AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.55%

R = 36.8%
G = 27.65%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B185AB (or 0xB185AB) is known color: London Hue. HEX triplet: B1, 85 and AB. RGB value is (177,133,171). Sum of RGB (Red+Green+Blue) = 177+133+171=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B185AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B185AB is #4E7A54. Grayscale: #969696. Windows color (decimal): -5143125 or 11240881. OLE color: 11240881.

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

Color convert

RGB 177 133 171 -
CMYK 0 0.25 0.03 0.31
HSL 308.18º 0.22% 0.61% -
HSV(B) 308.18º 0.25% 0.69% -
XYZ 33.87 29.06 42.35 -
YUV 150.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 177 133 171 0 0.25 0.03 0.31 308.18 0.22 0.61
Hex B1 85 AB 0 19 3 1F 134 16 3D
Octal 261 205 253 0 31 3 37 464 26 75
Binary 10110001 10000101 10101011 0 11001 11 11111 100110100 10110 111101

Color Harmonies of #B185AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B185AB

Black with #B185AB

Text Example


Text Example

White with #B185AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B185AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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