#B09893

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

Shades of Thatch #B09893

Tints of Thatch #B09893

Color information

#B09893 (or 0xB09893) is unknown color: approx Thatch. HEX triplet: B0, 98 and 93. RGB value is (176,152,147). Sum of RGB (Red+Green+Blue) = 176+152+147=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B09893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09893 is #4F676C. Grayscale: #9E9E9E. Windows color (decimal): -5203821 or 9672880. OLE color: 9672880.

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

Color convert

RGB176152147-
CMYK00.140.160.31
HSL10.34º15.51%63.33%-
HSV(B)10.34º16.48%69.02%-
XYZ34.433.7932.31-
YUV158.61121.45140.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 147 (57.81% from 255) = 30.95%
R=37.05%
G=32%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615214700.140.160.3110.3415.5163.33
HexB098930E101Fa103f
Octal2602302230162037122077
Binary101100001001100010010011011101000011111101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09893; }

 p { color: rgb(176,152,147); }

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

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

 a { background-color: rgb(176,152,147); }

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

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

 span { border-color: rgb(176,152,147); }

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