Html Css Color HEX #B17FAB London Hue

📋 copy color: '#B17FAB'

red 177 ◦ green 127 ◦ blue 171

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

Shades of London Hue #B17FAB

Tints of London Hue #B17FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 26.74%

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

R = 37.26%
G = 26.74%
B = 36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B17FAB (or 0xB17FAB) is known color: London Hue. HEX triplet: B1, 7F and AB. RGB value is (177,127,171). Sum of RGB (Red+Green+Blue) = 177+127+171=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B17FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17FAB is #4E8054. Grayscale: #929292. Windows color (decimal): -5144661 or 11239345. OLE color: 11239345.

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

Color convert

RGB 177 127 171 -
CMYK 0 0.28 0.03 0.31
HSL 307.2º 0.24% 0.6% -
HSV(B) 307.2º 0.28% 0.69% -
XYZ 33.07 27.47 42.09 -
YUV 146.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 177 127 171 0 0.28 0.03 0.31 307.2 0.24 0.6
Hex B1 7F AB 0 1C 3 1F 133 18 3C
Octal 261 177 253 0 34 3 37 463 30 74
Binary 10110001 1111111 10101011 0 11100 11 11111 100110011 11000 111100

Color Harmonies of #B17FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17FAB

Black with #B17FAB

Text Example


Text Example

White with #B17FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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