Html Css Color HEX #B18CAC London Hue

📋 copy color: '#B18CAC'

red 177 ◦ green 140 ◦ blue 172

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

Shades of London Hue #B18CAC

Tints of London Hue #B18CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.63%

 BLUE value IS 172 (67.58% from 255) = 35.17%

R = 36.2%
G = 28.63%
B = 35.17%

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

#B18CAC (or 0xB18CAC) is known color: London Hue. HEX triplet: B1, 8C and AC. RGB value is (177,140,172). Sum of RGB (Red+Green+Blue) = 177+140+172=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 177 - color contains mainly: red. Hex color #B18CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18CAC is #4E7353. Grayscale: #9A9A9A. Windows color (decimal): -5141332 or 11308209. OLE color: 11308209.

HSL color Cylindrical-coordinate representation of color #B18CAC: hue angle of 308.11º degrees, saturation: 0.19, 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 #B18CAC is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 140 172 -
CMYK 0 0.21 0.03 0.31
HSL 308.11º 0.19% 0.62% -
HSV(B) 308.11º 0.21% 0.69% -
XYZ 34.96 31.08 43.19 -
YUV 154.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 177 140 172 0 0.21 0.03 0.31 308.11 0.19 0.62
Hex B1 8C AC 0 15 3 1F 134 13 3E
Octal 261 214 254 0 25 3 37 464 23 76
Binary 10110001 10001100 10101100 0 10101 11 11111 100110100 10011 111110

Color Harmonies of #B18CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18CAC

Black with #B18CAC

Text Example


Text Example

White with #B18CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18CAC; }

 p { color: rgb(177,140,172); }

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

background-color css

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

 a { background-color: rgb(177,140,172); }

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

border-color css

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

 span { border-color: rgb(177,140,172); }

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