#B0908D

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

Shades of Thatch #B0908D

Tints of Thatch #B0908D

Color information

#B0908D (or 0xB0908D) is unknown color: approx Thatch. HEX triplet: B0, 90 and 8D. RGB value is (176,144,141). Sum of RGB (Red+Green+Blue) = 176+144+141=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B0908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0908D is #4F6F72. Grayscale: #999999. Windows color (decimal): -5205875 or 9277616. OLE color: 9277616.

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

Color convert

RGB176144141-
CMYK00.180.200.31
HSL5.14º18.13%62.16%-
HSV(B)5.14º19.89%69.02%-
XYZ32.6931.129.48-
YUV153.23121.1144.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 144 (56.64% from 255) = 31.24%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=38.18%
G=31.24%
B=30.59%

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
Decimal17614414100.180.200.315.1418.1362.16
HexB0908D012141F5123e
Octal260220215022243752276
Binary101100001001000010001101010010101001111110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0908D; }

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

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

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

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

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

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

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

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