#B0918D

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

Shades of Thatch #B0918D

Tints of Thatch #B0918D

Color information

#B0918D (or 0xB0918D) is unknown color: approx Thatch. HEX triplet: B0, 91 and 8D. RGB value is (176,145,141). Sum of RGB (Red+Green+Blue) = 176+145+141=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B0918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0918D is #4F6E72. Grayscale: #999999. Windows color (decimal): -5205619 or 9277872. OLE color: 9277872.

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

Color convert

RGB176145141-
CMYK00.180.200.31
HSL6.86º18.13%62.16%-
HSV(B)6.86º19.89%69.02%-
XYZ32.8431.429.53-
YUV153.81120.77143.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 145 (57.03% from 255) = 31.39%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=38.10%
G=31.39%
B=30.52%

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
Decimal17614514100.180.200.316.8618.1362.16
HexB0918D012141F7123e
Octal260221215022243772276
Binary101100001001000110001101010010101001111111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0918D; }

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

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

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

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

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

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

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

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