#B0928A

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

Shades of Thatch #B0928A

Tints of Thatch #B0928A

Color information

#B0928A (or 0xB0928A) is unknown color: approx Thatch. HEX triplet: B0, 92 and 8A. RGB value is (176,146,138). Sum of RGB (Red+Green+Blue) = 176+146+138=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B0928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0928A is #4F6D75. Grayscale: #9A9A9A. Windows color (decimal): -5205366 or 9081520. OLE color: 9081520.

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

Color convert

RGB176146138-
CMYK00.170.220.31
HSL12.63º19.39%61.57%-
HSV(B)12.63º21.59%69.02%-
XYZ32.7731.6228.42-
YUV154.06118.94143.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 146 (57.42% from 255) = 31.74%
BLUE value IS 138 (54.30% from 255) = 30%
R=38.26%
G=31.74%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614613800.170.220.3112.6319.3961.57
HexB0928A011161Fd133e
Octal2602222120212637152376
Binary1011000010010010100010100100011011011111110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0928A; }

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

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

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

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

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

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

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

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