#B5938B

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

Shades of Thatch #B5938B

Tints of Thatch #B5938B

Color information

#B5938B (or 0xB5938B) is unknown color: approx Thatch. HEX triplet: B5, 93 and 8B. RGB value is (181,147,139). Sum of RGB (Red+Green+Blue) = 181+147+139=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5938B is #4A6C74. Grayscale: #9C9C9C. Windows color (decimal): -4877429 or 9147317. OLE color: 9147317.

HSL color Cylindrical-coordinate representation of color #B5938B: hue angle of 11.43º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5938B is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB181147139-
CMYK00.190.230.29
HSL11.43º22.11%62.75%-
HSV(B)11.43º23.2%70.98%-
XYZ34.1532.5628.91-
YUV156.25118.26145.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 147 (57.81% from 255) = 31.48%
BLUE value IS 139 (54.69% from 255) = 29.76%
R=38.76%
G=31.48%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114713900.190.230.2911.4322.1162.75
HexB5938B013171Db163f
Octal2652232130232735132677
Binary1011010110010011100010110100111011111101101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5938B; }

 p { color: rgb(181,147,139); }

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

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

 a { background-color: rgb(181,147,139); }

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

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

 span { border-color: rgb(181,147,139); }

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