#B9938F

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

Shades of Thatch #B9938F

Tints of Thatch #B9938F

Color information

#B9938F (or 0xB9938F) is unknown color: approx Thatch. HEX triplet: B9, 93 and 8F. RGB value is (185,147,143). Sum of RGB (Red+Green+Blue) = 185+147+143=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9938F is #466C70. Grayscale: #9D9D9D. Windows color (decimal): -4615281 or 9409465. OLE color: 9409465.

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

Color convert

RGB185147143-
CMYK00.210.230.27
HSL5.71º23.08%64.31%-
HSV(B)5.71º22.7%72.55%-
XYZ35.433.1630.52-
YUV157.91119.59147.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 143 (56.25% from 255) = 30.11%
R=38.95%
G=30.95%
B=30.11%

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
Decimal18514714300.210.230.275.7123.0864.31
HexB9938F015171B61740
Octal2712232170252733627100
Binary1011100110010011100011110101011011111011110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9938F; }

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

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

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

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

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

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

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

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