#B19190

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

Shades of Thatch #B19190

Tints of Thatch #B19190

Color information

#B19190 (or 0xB19190) is unknown color: approx Thatch. HEX triplet: B1, 91 and 90. RGB value is (177,145,144). Sum of RGB (Red+Green+Blue) = 177+145+144=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B19190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19190 is #4E6E6F. Grayscale: #9A9A9A. Windows color (decimal): -5140080 or 9474481. OLE color: 9474481.

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

Color convert

RGB177145144-
CMYK00.180.190.31
HSL1.82º17.46%62.94%-
HSV(B)1.82º18.64%69.41%-
XYZ33.2931.6130.73-
YUV154.45122.1144.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 145 (57.03% from 255) = 31.12%
BLUE value IS 144 (56.64% from 255) = 30.90%
R=37.98%
G=31.12%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714514400.180.190.311.8217.4662.94
HexB19190012131F2113f
Octal261221220022233722177
Binary10110001100100011001000001001010011111111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19190; }

 p { color: rgb(177,145,144); }

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

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

 a { background-color: rgb(177,145,144); }

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

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

 span { border-color: rgb(177,145,144); }

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