#B0938D

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

Shades of Thatch #B0938D

Tints of Thatch #B0938D

Color information

#B0938D (or 0xB0938D) is unknown color: approx Thatch. HEX triplet: B0, 93 and 8D. RGB value is (176,147,141). Sum of RGB (Red+Green+Blue) = 176+147+141=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B0938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0938D is #4F6C72. Grayscale: #9B9B9B. Windows color (decimal): -5205107 or 9278384. OLE color: 9278384.

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

Color convert

RGB176147141-
CMYK00.160.200.31
HSL10.29º18.13%62.16%-
HSV(B)10.29º19.89%69.02%-
XYZ33.1532.0229.63-
YUV154.99120.11142.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 147 (57.81% from 255) = 31.68%
BLUE value IS 141 (55.47% from 255) = 30.39%
R=37.93%
G=31.68%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614714100.160.200.3110.2918.1362.16
HexB0938D010141Fa123e
Octal2602232150202437122276
Binary1011000010010011100011010100001010011111101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0938D; }

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

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

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

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

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

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

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

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