#B5938A

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

Shades of Thatch #B5938A

Tints of Thatch #B5938A

Color information

#B5938A (or 0xB5938A) is unknown color: approx Thatch. HEX triplet: B5, 93 and 8A. RGB value is (181,147,138). Sum of RGB (Red+Green+Blue) = 181+147+138=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B5938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5938A is #4A6C75. Grayscale: #9C9C9C. Windows color (decimal): -4877430 or 9081781. OLE color: 9081781.

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

Color convert

RGB181147138-
CMYK00.190.240.29
HSL12.56º22.51%62.55%-
HSV(B)12.56º23.76%70.98%-
XYZ34.0832.5328.53-
YUV156.14117.76145.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 147 (57.81% from 255) = 31.55%
BLUE value IS 138 (54.30% from 255) = 29.61%
R=38.84%
G=31.55%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114713800.190.240.2912.5622.5162.55
HexB5938A013181Dd173f
Octal2652232120233035152777
Binary1011010110010011100010100100111100011101110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5938A; }

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

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

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

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

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

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

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

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