#B0928B

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

Shades of Thatch #B0928B

Tints of Thatch #B0928B

Color information

#B0928B (or 0xB0928B) is unknown color: approx Thatch. HEX triplet: B0, 92 and 8B. RGB value is (176,146,139). Sum of RGB (Red+Green+Blue) = 176+146+139=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B0928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0928B is #4F6D74. Grayscale: #9A9A9A. Windows color (decimal): -5205365 or 9147056. OLE color: 9147056.

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

Color convert

RGB176146139-
CMYK00.170.210.31
HSL11.35º18.97%61.76%-
HSV(B)11.35º21.02%69.02%-
XYZ32.8431.6528.8-
YUV154.17119.44143.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 146 (57.42% from 255) = 31.67%
BLUE value IS 139 (54.69% from 255) = 30.15%
R=38.18%
G=31.67%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614613900.170.210.3111.3518.9761.76
HexB0928B011151Fb133e
Octal2602222130212537132376
Binary1011000010010010100010110100011010111111101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0928B; }

 p { color: rgb(176,146,139); }

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

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

 a { background-color: rgb(176,146,139); }

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

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

 span { border-color: rgb(176,146,139); }

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