Html Css Color HEX #B19BAB London Hue

📋 copy color: '#B19BAB'

red 177 ◦ green 155 ◦ blue 171

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

Shades of London Hue #B19BAB

Tints of London Hue #B19BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.82%

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

R = 35.19%
G = 30.82%
B = 34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B19BAB (or 0xB19BAB) is known color: London Hue. HEX triplet: B1, 9B and AB. RGB value is (177,155,171). Sum of RGB (Red+Green+Blue) = 177+155+171=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 177 - color contains mainly: red. Hex color #B19BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19BAB is #4E6454. Grayscale: #A3A3A3. Windows color (decimal): -5137493 or 11246513. OLE color: 11246513.

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

Color convert

RGB 177 155 171 -
CMYK 0 0.12 0.03 0.31
HSL 316.36º 0.12% 0.65% -
HSV(B) 316.36º 0.12% 0.69% -
XYZ 37.2 35.73 43.46 -
YUV 163.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 177 155 171 0 0.12 0.03 0.31 316.36 0.12 0.65
Hex B1 9B AB 0 C 3 1F 13C C 41
Octal 261 233 253 0 14 3 37 474 14 101
Binary 10110001 10011011 10101011 0 1100 11 11111 100111100 1100 1000001

Color Harmonies of #B19BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19BAB

Black with #B19BAB

Text Example


Text Example

White with #B19BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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