Html Css Color HEX #B17CAA London Hue

📋 copy color: '#B17CAA'

red 177 ◦ green 124 ◦ blue 170

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

Shades of London Hue #B17CAA

Tints of London Hue #B17CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 37.58%
G = 26.33%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B17CAA (or 0xB17CAA) is known color: London Hue. HEX triplet: B1, 7C and AA. RGB value is (177,124,170). Sum of RGB (Red+Green+Blue) = 177+124+170=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B17CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17CAA is #4E8355. Grayscale: #909090. Windows color (decimal): -5145430 or 11173041. OLE color: 11173041.

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

Color convert

RGB 177 124 170 -
CMYK 0 0.30 0.04 0.31
HSL 307.92º 0.25% 0.59% -
HSV(B) 307.92º 0.3% 0.69% -
XYZ 32.59 26.66 41.46 -
YUV 145.09 142.06 150.76 -
System Red Green Blue C M Y K H S L
Decimal 177 124 170 0 0.30 0.04 0.31 307.92 0.25 0.59
Hex B1 7C AA 0 1E 4 1F 134 19 3B
Octal 261 174 252 0 36 4 37 464 31 73
Binary 10110001 1111100 10101010 0 11110 100 11111 100110100 11001 111011

Color Harmonies of #B17CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17CAA

Black with #B17CAA

Text Example


Text Example

White with #B17CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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