#B38D85

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

Shades of Thatch #B38D85

Tints of Thatch #B38D85

Color information

#B38D85 (or 0xB38D85) is unknown color: approx Thatch. HEX triplet: B3, 8D and 85. RGB value is (179,141,133). Sum of RGB (Red+Green+Blue) = 179+141+133=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38D85 is #4C727A. Grayscale: #979797. Windows color (decimal): -5010043 or 8752563. OLE color: 8752563.

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

Color convert

RGB179141133-
CMYK00.210.260.30
HSL10.43º23.23%61.18%-
HSV(B)10.43º25.7%70.2%-
XYZ32.3530.3326.34-
YUV151.45117.59147.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 141 (55.47% from 255) = 31.13%
BLUE value IS 133 (52.34% from 255) = 29.36%
R=39.51%
G=31.13%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914113300.210.260.3010.4323.2361.18
HexB38D850151A1Ea173d
Octal2632152050253236122775
Binary1011001110001101100001010101011101011110101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D85; }

 p { color: rgb(179,141,133); }

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

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

 a { background-color: rgb(179,141,133); }

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

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

 span { border-color: rgb(179,141,133); }

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