Html Css Color HEX #B185AC London Hue

📋 copy color: '#B185AC'

red 177 ◦ green 133 ◦ blue 172

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

Shades of London Hue #B185AC

Tints of London Hue #B185AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.68%

R = 36.72%
G = 27.59%
B = 35.68%

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

#B185AC (or 0xB185AC) is known color: London Hue. HEX triplet: B1, 85 and AC. RGB value is (177,133,172). Sum of RGB (Red+Green+Blue) = 177+133+172=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B185AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B185AC is #4E7A53. Grayscale: #969696. Windows color (decimal): -5143124 or 11306417. OLE color: 11306417.

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

Color convert

RGB 177 133 172 -
CMYK 0 0.25 0.03 0.31
HSL 306.82º 0.22% 0.61% -
HSV(B) 306.82º 0.25% 0.69% -
XYZ 33.97 29.1 42.86 -
YUV 150.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 177 133 172 0 0.25 0.03 0.31 306.82 0.22 0.61
Hex B1 85 AC 0 19 3 1F 133 16 3D
Octal 261 205 254 0 31 3 37 463 26 75
Binary 10110001 10000101 10101100 0 11001 11 11111 100110011 10110 111101

Color Harmonies of #B185AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B185AC

Black with #B185AC

Text Example


Text Example

White with #B185AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B185AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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