#B19CAB

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

Shades of London Hue #B19CAB

Tints of London Hue #B19CAB

Color information

#B19CAB (or 0xB19CAB) is unknown color: approx London Hue. HEX triplet: B1, 9C and AB. RGB value is (177,156,171). Sum of RGB (Red+Green+Blue) = 177+156+171=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 177 - color contains mainly: red. Hex color #B19CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19CAB is #4E6354. Grayscale: #A3A3A3. Windows color (decimal): -5137237 or 11246769. OLE color: 11246769.

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

Color convert

RGB177156171-
CMYK00.120.030.31
HSL317.14º11.86%65.29%-
HSV(B)317.14º11.86%69.41%-
XYZ37.3736.0643.52-
YUV163.99131.96137.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 156 (61.33% from 255) = 30.95%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=35.12%
G=30.95%
B=33.93%

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
Decimal17715617100.120.030.31317.1411.8665.29
HexB19CAB0C31F13dc41
Octal26123425301433747514101
Binary10110001100111001010101101100111111110011110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19CAB; }

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

 H1.HeaderClassName
 {
   color: #B19CAB;
 }
 .AnyTagClassName
 {
   color: #B19CAB;
 }
</style>
background-color css

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

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

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

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

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

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