#B38D88

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

Shades of Thatch #B38D88

Tints of Thatch #B38D88

Color information

#B38D88 (or 0xB38D88) is unknown color: approx Thatch. HEX triplet: B3, 8D and 88. RGB value is (179,141,136). Sum of RGB (Red+Green+Blue) = 179+141+136=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38D88 is #4C7277. Grayscale: #979797. Windows color (decimal): -5010040 or 8949171. OLE color: 8949171.

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

Color convert

RGB179141136-
CMYK00.210.240.30
HSL6.98º22.05%61.76%-
HSV(B)6.98º24.02%70.2%-
XYZ32.5630.4127.45-
YUV151.79119.09147.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.25%
GREEN value IS 141 (55.47% from 255) = 30.92%
BLUE value IS 136 (53.52% from 255) = 29.82%
R=39.25%
G=30.92%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914113600.210.240.306.9822.0561.76
HexB38D88015181E7163e
Octal263215210025303672676
Binary101100111000110110001000010101110001111011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D88; }

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

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

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

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

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

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

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

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