#B1908E

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

Shades of Thatch #B1908E

Tints of Thatch #B1908E

Color information

#B1908E (or 0xB1908E) is unknown color: approx Thatch. HEX triplet: B1, 90 and 8E. RGB value is (177,144,142). Sum of RGB (Red+Green+Blue) = 177+144+142=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B1908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1908E is #4E6F71. Grayscale: #999999. Windows color (decimal): -5140338 or 9343153. OLE color: 9343153.

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

Color convert

RGB177144142-
CMYK00.190.200.31
HSL3.43º18.32%62.55%-
HSV(B)3.43º19.77%69.41%-
XYZ32.9931.2529.88-
YUV153.64121.43144.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=38.23%
G=31.10%
B=30.67%

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
Decimal17714414200.190.200.313.4318.3262.55
HexB1908E013141F3123f
Octal261220216023243732277
Binary10110001100100001000111001001110100111111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1908E; }

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

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

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

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

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

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

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

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