#B19189

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

Shades of Thatch #B19189

Tints of Thatch #B19189

Color information

#B19189 (or 0xB19189) is unknown color: approx Thatch. HEX triplet: B1, 91 and 89. RGB value is (177,145,137). Sum of RGB (Red+Green+Blue) = 177+145+137=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B19189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19189 is #4E6E76. Grayscale: #999999. Windows color (decimal): -5140087 or 9015729. OLE color: 9015729.

HSL color Cylindrical-coordinate representation of color #B19189: hue angle of 12º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B19189 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB177145137-
CMYK00.180.230.31
HSL12º20.41%61.57%-
HSV(B)12º22.6%69.41%-
XYZ32.7731.428-
YUV153.66118.6144.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.56%
GREEN value IS 145 (57.03% from 255) = 31.59%
BLUE value IS 137 (53.91% from 255) = 29.85%
R=38.56%
G=31.59%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714513700.180.230.311220.4161.57
HexB19189012171Fc143e
Octal2612212110222737142476
Binary1011000110010001100010010100101011111111110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19189; }

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

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

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

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

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

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

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

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