Html Css Color HEX #B19CAC London Hue

📋 copy color: '#B19CAC'

red 177 ◦ green 156 ◦ blue 172

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

Shades of London Hue #B19CAC

Tints of London Hue #B19CAC

RGB

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

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

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

R = 35.05%
G = 30.89%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B19CAC (or 0xB19CAC) is known color: London Hue. HEX triplet: B1, 9C and AC. RGB value is (177,156,172). Sum of RGB (Red+Green+Blue) = 177+156+172=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 177 - color contains mainly: red. Hex color #B19CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19CAC is #4E6353. Grayscale: #A4A4A4. Windows color (decimal): -5137236 or 11312305. OLE color: 11312305.

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

Color convert

RGB 177 156 172 -
CMYK 0 0.12 0.03 0.31
HSL 314.29º 0.12% 0.65% -
HSV(B) 314.29º 0.12% 0.69% -
XYZ 37.47 36.1 44.02 -
YUV 164.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 177 156 172 0 0.12 0.03 0.31 314.29 0.12 0.65
Hex B1 9C AC 0 C 3 1F 13A C 41
Octal 261 234 254 0 14 3 37 472 14 101
Binary 10110001 10011100 10101100 0 1100 11 11111 100111010 1100 1000001

Color Harmonies of #B19CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19CAC

Black with #B19CAC

Text Example


Text Example

White with #B19CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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