#B09590

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

Shades of Thatch #B09590

Tints of Thatch #B09590

Color information

#B09590 (or 0xB09590) is unknown color: approx Thatch. HEX triplet: B0, 95 and 90. RGB value is (176,149,144). Sum of RGB (Red+Green+Blue) = 176+149+144=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B09590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09590 is #4F6A6F. Grayscale: #9C9C9C. Windows color (decimal): -5204592 or 9475504. OLE color: 9475504.

HSL color Cylindrical-coordinate representation of color #B09590: hue angle of 9.38º degrees, saturation: 0.17, 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 #B09590 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB176149144-
CMYK00.150.180.31
HSL9.38º16.84%62.75%-
HSV(B)9.38º18.18%69.02%-
XYZ33.6932.7430.93-
YUV156.5120.95141.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 149 (58.59% from 255) = 31.77%
BLUE value IS 144 (56.64% from 255) = 30.70%
R=37.53%
G=31.77%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614914400.150.180.319.3816.8462.75
HexB095900F121F9113f
Octal2602252200172237112177
Binary101100001001010110010000011111001011111100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09590; }

 p { color: rgb(176,149,144); }

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

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

 a { background-color: rgb(176,149,144); }

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

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

 span { border-color: rgb(176,149,144); }

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