#B8938D

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

Shades of Thatch #B8938D

Tints of Thatch #B8938D

Color information

#B8938D (or 0xB8938D) is unknown color: approx Thatch. HEX triplet: B8, 93 and 8D. RGB value is (184,147,141). Sum of RGB (Red+Green+Blue) = 184+147+141=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B8938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8938D is #476C72. Grayscale: #9D9D9D. Windows color (decimal): -4680819 or 9278392. OLE color: 9278392.

HSL color Cylindrical-coordinate representation of color #B8938D: hue angle of 8.37º 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 #B8938D is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB184147141-
CMYK00.200.230.28
HSL8.37º23.24%63.73%-
HSV(B)8.37º23.37%72.16%-
XYZ35.0132.9829.72-
YUV157.38118.76146.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.98%
GREEN value IS 147 (57.81% from 255) = 31.14%
BLUE value IS 141 (55.47% from 255) = 29.87%
R=38.98%
G=31.14%
B=29.87%

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
Decimal18414714100.200.230.288.3723.2463.73
HexB8938D014171C81740
Octal27022321502427341027100
Binary10111000100100111000110101010010111111001000101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8938D; }

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

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

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

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

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

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

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

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