Html Css Color HEX #B17CAB London Hue

📋 copy color: '#B17CAB'

red 177 ◦ green 124 ◦ blue 171

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

Shades of London Hue #B17CAB

Tints of London Hue #B17CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.27%

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

R = 37.5%
G = 26.27%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B17CAB (or 0xB17CAB) is known color: London Hue. HEX triplet: B1, 7C and AB. RGB value is (177,124,171). Sum of RGB (Red+Green+Blue) = 177+124+171=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B17CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17CAB is #4E8354. Grayscale: #919191. Windows color (decimal): -5145429 or 11238577. OLE color: 11238577.

HSL color Cylindrical-coordinate representation of color #B17CAB: hue angle of 306.79º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B17CAB is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 124 171 -
CMYK 0 0.30 0.03 0.31
HSL 306.79º 0.25% 0.59% -
HSV(B) 306.79º 0.3% 0.69% -
XYZ 32.69 26.7 41.96 -
YUV 145.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 177 124 171 0 0.30 0.03 0.31 306.79 0.25 0.59
Hex B1 7C AB 0 1E 3 1F 133 19 3B
Octal 261 174 253 0 36 3 37 463 31 73
Binary 10110001 1111100 10101011 0 11110 11 11111 100110011 11001 111011

Color Harmonies of #B17CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17CAB

Black with #B17CAB

Text Example


Text Example

White with #B17CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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