Html Css Color HEX #B19CAF London Hue

📋 copy color: '#B19CAF'

red 177 ◦ green 156 ◦ blue 175

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

Shades of London Hue #B19CAF

Tints of London Hue #B19CAF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.71%

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

R = 34.84%
G = 30.71%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B19CAF (or 0xB19CAF) is known color: London Hue. HEX triplet: B1, 9C and AF. RGB value is (177,156,175). Sum of RGB (Red+Green+Blue) = 177+156+175=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 177 - color contains mainly: red. Hex color #B19CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19CAF is #4E6350. Grayscale: #A4A4A4. Windows color (decimal): -5137233 or 11508913. OLE color: 11508913.

HSL color Cylindrical-coordinate representation of color #B19CAF: hue angle of 305.71º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B19CAF is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 156 175 -
CMYK 0 0.12 0.01 0.31
HSL 305.71º 0.12% 0.65% -
HSV(B) 305.71º 0.12% 0.69% -
XYZ 37.76 36.22 45.56 -
YUV 164.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 177 156 175 0 0.12 0.01 0.31 305.71 0.12 0.65
Hex B1 9C AF 0 C 1 1F 132 C 41
Octal 261 234 257 0 14 1 37 462 14 101
Binary 10110001 10011100 10101111 0 1100 1 11111 100110010 1100 1000001

Color Harmonies of #B19CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19CAF

Black with #B19CAF

Text Example


Text Example

White with #B19CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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