#B0938A

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

Shades of Thatch #B0938A

Tints of Thatch #B0938A

Color information

#B0938A (or 0xB0938A) is unknown color: approx Thatch. HEX triplet: B0, 93 and 8A. RGB value is (176,147,138). Sum of RGB (Red+Green+Blue) = 176+147+138=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B0938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0938A is #4F6C75. Grayscale: #9A9A9A. Windows color (decimal): -5205110 or 9081776. OLE color: 9081776.

HSL color Cylindrical-coordinate representation of color #B0938A: hue angle of 14.21º 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 #B0938A is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB176147138-
CMYK00.160.220.31
HSL14.21º19.39%61.57%-
HSV(B)14.21º21.59%69.02%-
XYZ32.9331.9328.47-
YUV154.65118.61143.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 147 (57.81% from 255) = 31.89%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=38.18%
G=31.89%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614713800.160.220.3114.2119.3961.57
HexB0938A010161Fe133e
Octal2602232120202637162376
Binary1011000010010011100010100100001011011111111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0938A; }

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

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

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

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

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

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

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

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