#B0928E

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

Shades of Thatch #B0928E

Tints of Thatch #B0928E

Color information

#B0928E (or 0xB0928E) is unknown color: approx Thatch. HEX triplet: B0, 92 and 8E. RGB value is (176,146,142). Sum of RGB (Red+Green+Blue) = 176+146+142=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B0928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0928E is #4F6D71. Grayscale: #9A9A9A. Windows color (decimal): -5205362 or 9343664. OLE color: 9343664.

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

Color convert

RGB176146142-
CMYK00.170.190.31
HSL7.06º17.71%62.35%-
HSV(B)7.06º19.32%69.02%-
XYZ33.0731.7429.98-
YUV154.51120.94143.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 146 (57.42% from 255) = 31.47%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=37.93%
G=31.47%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614614200.170.190.317.0617.7162.35
HexB0928E011131F7123e
Octal260222216021233772276
Binary101100001001001010001110010001100111111111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0928E; }

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

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

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

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

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

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

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

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