#B09291

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

Shades of Thatch #B09291

Tints of Thatch #B09291

Color information

#B09291 (or 0xB09291) is unknown color: approx Thatch. HEX triplet: B0, 92 and 91. RGB value is (176,146,145). Sum of RGB (Red+Green+Blue) = 176+146+145=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B09291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09291 is #4F6D6E. Grayscale: #9A9A9A. Windows color (decimal): -5205359 or 9540272. OLE color: 9540272.

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

Color convert

RGB176146145-
CMYK00.170.180.31
HSL1.94º16.4%62.94%-
HSV(B)1.94º17.61%69.02%-
XYZ33.2931.8331.18-
YUV154.86122.44143.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 146 (57.42% from 255) = 31.26%
BLUE value IS 145 (57.03% from 255) = 31.05%
R=37.69%
G=31.26%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614614500.170.180.311.9416.462.94
HexB09291011121F2103f
Octal260222221021223722077
Binary10110000100100101001000101000110010111111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09291; }

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

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

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

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

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

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

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

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