#B1918D

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

Shades of Thatch #B1918D

Tints of Thatch #B1918D

Color information

#B1918D (or 0xB1918D) is unknown color: approx Thatch. HEX triplet: B1, 91 and 8D. RGB value is (177,145,141). Sum of RGB (Red+Green+Blue) = 177+145+141=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B1918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1918D is #4E6E72. Grayscale: #9A9A9A. Windows color (decimal): -5140083 or 9277873. OLE color: 9277873.

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

Color convert

RGB177145141-
CMYK00.180.200.31
HSL6.67º18.75%62.35%-
HSV(B)6.67º20.34%69.41%-
XYZ33.0631.5229.54-
YUV154.11120.6144.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 145 (57.03% from 255) = 31.32%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=38.23%
G=31.32%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714514100.180.200.316.6718.7562.35
HexB1918D012141F7133e
Octal261221215022243772376
Binary101100011001000110001101010010101001111111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1918D; }

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

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

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

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

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

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

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

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