Html Css Color HEX #B18CAA London Hue

📋 copy color: '#B18CAA'

red 177 ◦ green 140 ◦ blue 170

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

Shades of London Hue #B18CAA

Tints of London Hue #B18CAA

RGB

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

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

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

R = 36.34%
G = 28.75%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B18CAA (or 0xB18CAA) is known color: London Hue. HEX triplet: B1, 8C and AA. RGB value is (177,140,170). Sum of RGB (Red+Green+Blue) = 177+140+170=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 177 - color contains mainly: red. Hex color #B18CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18CAA is #4E7355. Grayscale: #9A9A9A. Windows color (decimal): -5141334 or 11177137. OLE color: 11177137.

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

Color convert

RGB 177 140 170 -
CMYK 0 0.21 0.04 0.31
HSL 311.35º 0.19% 0.62% -
HSV(B) 311.35º 0.21% 0.69% -
XYZ 34.77 31.01 42.18 -
YUV 154.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 177 140 170 0 0.21 0.04 0.31 311.35 0.19 0.62
Hex B1 8C AA 0 15 4 1F 137 13 3E
Octal 261 214 252 0 25 4 37 467 23 76
Binary 10110001 10001100 10101010 0 10101 100 11111 100110111 10011 111110

Color Harmonies of #B18CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18CAA

Black with #B18CAA

Text Example


Text Example

White with #B18CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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