Html Css Color HEX #B18FAB London Hue

📋 copy color: '#B18FAB'

red 177 ◦ green 143 ◦ blue 171

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

Shades of London Hue #B18FAB

Tints of London Hue #B18FAB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.12%

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

R = 36.05%
G = 29.12%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B18FAB (or 0xB18FAB) is known color: London Hue. HEX triplet: B1, 8F and AB. RGB value is (177,143,171). Sum of RGB (Red+Green+Blue) = 177+143+171=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B18FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18FAB is #4E7054. Grayscale: #9C9C9C. Windows color (decimal): -5140565 or 11243441. OLE color: 11243441.

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

Color convert

RGB 177 143 171 -
CMYK 0 0.19 0.03 0.31
HSL 310.59º 0.18% 0.63% -
HSV(B) 310.59º 0.19% 0.69% -
XYZ 35.3 31.93 42.83 -
YUV 156.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 177 143 171 0 0.19 0.03 0.31 310.59 0.18 0.63
Hex B1 8F AB 0 13 3 1F 137 12 3F
Octal 261 217 253 0 23 3 37 467 22 77
Binary 10110001 10001111 10101011 0 10011 11 11111 100110111 10010 111111

Color Harmonies of #B18FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18FAB

Black with #B18FAB

Text Example


Text Example

White with #B18FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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