Html Css Color HEX #B18BAF London Hue

📋 copy color: '#B18BAF'

red 177 ◦ green 139 ◦ blue 175

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

Shades of London Hue #B18BAF

Tints of London Hue #B18BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.64%

R = 36.05%
G = 28.31%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B18BAF (or 0xB18BAF) is known color: London Hue. HEX triplet: B1, 8B and AF. RGB value is (177,139,175). Sum of RGB (Red+Green+Blue) = 177+139+175=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B18BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18BAF is #4E7450. Grayscale: #9A9A9A. Windows color (decimal): -5141585 or 11504561. OLE color: 11504561.

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

Color convert

RGB 177 139 175 -
CMYK 0 0.21 0.01 0.31
HSL 303.16º 0.2% 0.62% -
HSV(B) 303.16º 0.21% 0.69% -
XYZ 35.1 30.91 44.67 -
YUV 154.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 177 139 175 0 0.21 0.01 0.31 303.16 0.2 0.62
Hex B1 8B AF 0 15 1 1F 12F 14 3E
Octal 261 213 257 0 25 1 37 457 24 76
Binary 10110001 10001011 10101111 0 10101 1 11111 100101111 10100 111110

Color Harmonies of #B18BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18BAF

Black with #B18BAF

Text Example


Text Example

White with #B18BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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