#B9938E

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

Shades of Thatch #B9938E

Tints of Thatch #B9938E

Color information

#B9938E (or 0xB9938E) is unknown color: approx Thatch. HEX triplet: B9, 93 and 8E. RGB value is (185,147,142). Sum of RGB (Red+Green+Blue) = 185+147+142=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9938E is #466C71. Grayscale: #9D9D9D. Windows color (decimal): -4615282 or 9343929. OLE color: 9343929.

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

Color convert

RGB185147142-
CMYK00.210.230.27
HSL6.98º23.5%64.12%-
HSV(B)6.98º23.24%72.55%-
XYZ35.3233.1330.13-
YUV157.79119.09147.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 147 (57.81% from 255) = 31.01%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=39.03%
G=31.01%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514714200.210.230.276.9823.564.12
HexB9938E015171B71740
Octal2712232160252733727100
Binary1011100110010011100011100101011011111011111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9938E; }

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

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

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

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

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

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

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

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