#B19CAC

Color #B19CAC London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B19CAC

Tints of London Hue #B19CAC

Color information

#B19CAC (or 0xB19CAC) is unknown color: approx 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

RGB177156172-
CMYK00.120.030.31
HSL314.29º11.86%65.29%-
HSV(B)314.29º11.86%69.41%-
XYZ37.4736.144.02-
YUV164.1132.46137.2-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715617200.120.030.31314.2911.8665.29
HexB19CAC0C31F13ac41
Octal26123425401433747214101
Binary10110001100111001010110001100111111110011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>