Html Css Color HEX #B18BAB London Hue

📋 copy color: '#B18BAB'

red 177 ◦ green 139 ◦ blue 171

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

Shades of London Hue #B18BAB

Tints of London Hue #B18BAB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.54%

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

R = 36.34%
G = 28.54%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B18BAB (or 0xB18BAB) is known color: London Hue. HEX triplet: B1, 8B and AB. RGB value is (177,139,171). Sum of RGB (Red+Green+Blue) = 177+139+171=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 177 - color contains mainly: red. Hex color #B18BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18BAB is #4E7454. Grayscale: #999999. Windows color (decimal): -5141589 or 11242417. OLE color: 11242417.

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

Color convert

RGB 177 139 171 -
CMYK 0 0.21 0.03 0.31
HSL 309.47º 0.2% 0.62% -
HSV(B) 309.47º 0.21% 0.69% -
XYZ 34.71 30.75 42.63 -
YUV 154.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 177 139 171 0 0.21 0.03 0.31 309.47 0.2 0.62
Hex B1 8B AB 0 15 3 1F 135 14 3E
Octal 261 213 253 0 25 3 37 465 24 76
Binary 10110001 10001011 10101011 0 10101 11 11111 100110101 10100 111110

Color Harmonies of #B18BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18BAB

Black with #B18BAB

Text Example


Text Example

White with #B18BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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