#B8938E

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

Shades of Thatch #B8938E

Tints of Thatch #B8938E

Color information

#B8938E (or 0xB8938E) is unknown color: approx Thatch. HEX triplet: B8, 93 and 8E. RGB value is (184,147,142). Sum of RGB (Red+Green+Blue) = 184+147+142=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B8938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8938E is #476C71. Grayscale: #9D9D9D. Windows color (decimal): -4680818 or 9343928. OLE color: 9343928.

HSL color Cylindrical-coordinate representation of color #B8938E: hue angle of 7.14º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8938E is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB184147142-
CMYK00.200.230.28
HSL7.14º22.83%63.92%-
HSV(B)7.14º22.83%72.16%-
XYZ35.0833.0130.11-
YUV157.49119.26146.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.90%
GREEN value IS 147 (57.81% from 255) = 31.08%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=38.90%
G=31.08%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414714200.200.230.287.1422.8363.92
HexB8938E014171C71740
Octal2702232160242734727100
Binary1011100010010011100011100101001011111100111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8938E; }

 p { color: rgb(184,147,142); }

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

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

 a { background-color: rgb(184,147,142); }

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

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

 span { border-color: rgb(184,147,142); }

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