Html Css Color HEX #B179AF London Hue

📋 copy color: '#B179AF'

red 177 ◦ green 121 ◦ blue 175

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

Shades of London Hue #B179AF

Tints of London Hue #B179AF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.58%

 BLUE value IS 175 (68.75% from 255) = 37%

R = 37.42%
G = 25.58%
B = 37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B179AF (or 0xB179AF) is known color: London Hue. HEX triplet: B1, 79 and AF. RGB value is (177,121,175). Sum of RGB (Red+Green+Blue) = 177+121+175=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B179AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B179AF is #4E8650. Grayscale: #8F8F8F. Windows color (decimal): -5146193 or 11499953. OLE color: 11499953.

HSL color Cylindrical-coordinate representation of color #B179AF: hue angle of 302.14º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B179AF is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 121 175 -
CMYK 0 0.32 0.01 0.31
HSL 302.14º 0.26% 0.58% -
HSV(B) 302.14º 0.32% 0.69% -
XYZ 32.71 26.12 43.87 -
YUV 143.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 177 121 175 0 0.32 0.01 0.31 302.14 0.26 0.58
Hex B1 79 AF 0 20 1 1F 12E 1A 3A
Octal 261 171 257 0 40 1 37 456 32 72
Binary 10110001 1111001 10101111 0 100000 1 11111 100101110 11010 111010

Color Harmonies of #B179AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B179AF

Black with #B179AF

Text Example


Text Example

White with #B179AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B179AF; }

 p { color: rgb(177,121,175); }

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

background-color css

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

 a { background-color: rgb(177,121,175); }

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

border-color css

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

 span { border-color: rgb(177,121,175); }

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