Html Css Color HEX #B182AC London Hue

📋 copy color: '#B182AC'

red 177 ◦ green 130 ◦ blue 172

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

Shades of London Hue #B182AC

Tints of London Hue #B182AC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.14%

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

R = 36.95%
G = 27.14%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B182AC (or 0xB182AC) is known color: London Hue. HEX triplet: B1, 82 and AC. RGB value is (177,130,172). Sum of RGB (Red+Green+Blue) = 177+130+172=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B182AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B182AC is #4E7D53. Grayscale: #949494. Windows color (decimal): -5143892 or 11305649. OLE color: 11305649.

HSL color Cylindrical-coordinate representation of color #B182AC: hue angle of 306.38º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B182AC is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 130 172 -
CMYK 0 0.27 0.03 0.31
HSL 306.38º 0.23% 0.6% -
HSV(B) 306.38º 0.27% 0.69% -
XYZ 33.56 28.29 42.72 -
YUV 148.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 177 130 172 0 0.27 0.03 0.31 306.38 0.23 0.6
Hex B1 82 AC 0 1B 3 1F 132 17 3C
Octal 261 202 254 0 33 3 37 462 27 74
Binary 10110001 10000010 10101100 0 11011 11 11111 100110010 10111 111100

Color Harmonies of #B182AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B182AC

Black with #B182AC

Text Example


Text Example

White with #B182AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B182AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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