Html Css Color HEX #B17BAA London Hue

📋 copy color: '#B17BAA'

red 177 ◦ green 123 ◦ blue 170

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

Shades of London Hue #B17BAA

Tints of London Hue #B17BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.17%

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

R = 37.66%
G = 26.17%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B17BAA (or 0xB17BAA) is known color: London Hue. HEX triplet: B1, 7B and AA. RGB value is (177,123,170). Sum of RGB (Red+Green+Blue) = 177+123+170=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B17BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17BAA is #4E8455. Grayscale: #909090. Windows color (decimal): -5145686 or 11172785. OLE color: 11172785.

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

Color convert

RGB 177 123 170 -
CMYK 0 0.31 0.04 0.31
HSL 307.78º 0.26% 0.59% -
HSV(B) 307.78º 0.31% 0.69% -
XYZ 32.47 26.42 41.42 -
YUV 144.5 142.39 151.18 -
System Red Green Blue C M Y K H S L
Decimal 177 123 170 0 0.31 0.04 0.31 307.78 0.26 0.59
Hex B1 7B AA 0 1F 4 1F 134 1A 3B
Octal 261 173 252 0 37 4 37 464 32 73
Binary 10110001 1111011 10101010 0 11111 100 11111 100110100 11010 111011

Color Harmonies of #B17BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17BAA

Black with #B17BAA

Text Example


Text Example

White with #B17BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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