Html Css Color HEX #B18FAF London Hue

📋 copy color: '#B18FAF'

red 177 ◦ green 143 ◦ blue 175

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

Shades of London Hue #B18FAF

Tints of London Hue #B18FAF

RGB

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

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

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

R = 35.76%
G = 28.89%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B18FAF (or 0xB18FAF) is known color: London Hue. HEX triplet: B1, 8F and AF. RGB value is (177,143,175). Sum of RGB (Red+Green+Blue) = 177+143+175=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 177 - color contains mainly: red. Hex color #B18FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18FAF is #4E7050. Grayscale: #9C9C9C. Windows color (decimal): -5140561 or 11505585. OLE color: 11505585.

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

Color convert

RGB 177 143 175 -
CMYK 0 0.19 0.01 0.31
HSL 303.53º 0.18% 0.63% -
HSV(B) 303.53º 0.19% 0.69% -
XYZ 35.69 32.09 44.87 -
YUV 156.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 177 143 175 0 0.19 0.01 0.31 303.53 0.18 0.63
Hex B1 8F AF 0 13 1 1F 130 12 3F
Octal 261 217 257 0 23 1 37 460 22 77
Binary 10110001 10001111 10101111 0 10011 1 11111 100110000 10010 111111

Color Harmonies of #B18FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18FAF

Black with #B18FAF

Text Example


Text Example

White with #B18FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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