#B1908D

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

Shades of Thatch #B1908D

Tints of Thatch #B1908D

Color information

#B1908D (or 0xB1908D) is unknown color: approx Thatch. HEX triplet: B1, 90 and 8D. RGB value is (177,144,141). Sum of RGB (Red+Green+Blue) = 177+144+141=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B1908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1908D is #4E6F72. Grayscale: #999999. Windows color (decimal): -5140339 or 9277617. OLE color: 9277617.

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

Color convert

RGB177144141-
CMYK00.190.200.31
HSL18.75%62.35%-
HSV(B)20.34%69.41%-
XYZ32.9131.2229.49-
YUV153.52120.93144.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.31%
GREEN value IS 144 (56.64% from 255) = 31.17%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=38.31%
G=31.17%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714414100.190.200.31518.7562.35
HexB1908D013141F5133e
Octal261220215023243752376
Binary101100011001000010001101010011101001111110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1908D; }

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

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

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

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

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

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

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

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