#B3938C

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

Shades of Thatch #B3938C

Tints of Thatch #B3938C

Color information

#B3938C (or 0xB3938C) is unknown color: approx Thatch. HEX triplet: B3, 93 and 8C. RGB value is (179,147,140). Sum of RGB (Red+Green+Blue) = 179+147+140=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B3938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3938C is #4C6C73. Grayscale: #9B9B9B. Windows color (decimal): -5008500 or 9212851. OLE color: 9212851.

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

Color convert

RGB179147140-
CMYK00.180.220.30
HSL10.77º20.42%62.55%-
HSV(B)10.77º21.79%70.2%-
XYZ33.7632.3429.27-
YUV155.77119.1144.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 147 (57.81% from 255) = 31.55%
BLUE value IS 140 (55.08% from 255) = 30.04%
R=38.41%
G=31.55%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914714000.180.220.3010.7720.4262.55
HexB3938C012161Eb143f
Octal2632232140222636132477
Binary1011001110010011100011000100101011011110101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3938C; }

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

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

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

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

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

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

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

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