#B3938A

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

Shades of Thatch #B3938A

Tints of Thatch #B3938A

Color information

#B3938A (or 0xB3938A) is unknown color: approx Thatch. HEX triplet: B3, 93 and 8A. RGB value is (179,147,138). Sum of RGB (Red+Green+Blue) = 179+147+138=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B3938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3938A is #4C6C75. Grayscale: #9B9B9B. Windows color (decimal): -5008502 or 9081779. OLE color: 9081779.

HSL color Cylindrical-coordinate representation of color #B3938A: hue angle of 13.17º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3938A is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB179147138-
CMYK00.180.230.30
HSL13.17º21.24%62.16%-
HSV(B)13.17º22.91%70.2%-
XYZ33.6132.2928.51-
YUV155.54118.1144.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.58%
GREEN value IS 147 (57.81% from 255) = 31.68%
BLUE value IS 138 (54.30% from 255) = 29.74%
R=38.58%
G=31.68%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914713800.180.230.3013.1721.2462.16
HexB3938A012171Ed153e
Octal2632232120222736152576
Binary1011001110010011100010100100101011111110110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3938A; }

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

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

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

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

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

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

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

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