Html Css Color HEX #B17CAC London Hue

📋 copy color: '#B17CAC'

red 177 ◦ green 124 ◦ blue 172

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

Shades of London Hue #B17CAC

Tints of London Hue #B17CAC

RGB

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

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

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

R = 37.42%
G = 26.22%
B = 36.36%

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

#B17CAC (or 0xB17CAC) is known color: London Hue. HEX triplet: B1, 7C and AC. RGB value is (177,124,172). Sum of RGB (Red+Green+Blue) = 177+124+172=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B17CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17CAC is #4E8353. Grayscale: #919191. Windows color (decimal): -5145428 or 11304113. OLE color: 11304113.

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

Color convert

RGB 177 124 172 -
CMYK 0 0.30 0.03 0.31
HSL 305.66º 0.25% 0.59% -
HSV(B) 305.66º 0.3% 0.69% -
XYZ 32.79 26.74 42.46 -
YUV 145.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 177 124 172 0 0.30 0.03 0.31 305.66 0.25 0.59
Hex B1 7C AC 0 1E 3 1F 132 19 3B
Octal 261 174 254 0 36 3 37 462 31 73
Binary 10110001 1111100 10101100 0 11110 11 11111 100110010 11001 111011

Color Harmonies of #B17CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17CAC

Black with #B17CAC

Text Example


Text Example

White with #B17CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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