#B38F87

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

Shades of Thatch #B38F87

Tints of Thatch #B38F87

Color information

#B38F87 (or 0xB38F87) is unknown color: approx Thatch. HEX triplet: B3, 8F and 87. RGB value is (179,143,135). Sum of RGB (Red+Green+Blue) = 179+143+135=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38F87 is #4C7078. Grayscale: #989898. Windows color (decimal): -5009529 or 8884147. OLE color: 8884147.

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

Color convert

RGB179143135-
CMYK00.200.250.30
HSL10.91º22.45%61.57%-
HSV(B)10.91º24.58%70.2%-
XYZ32.7930.9827.17-
YUV152.85117.93146.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 143 (56.25% from 255) = 31.29%
BLUE value IS 135 (53.12% from 255) = 29.54%
R=39.17%
G=31.29%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914313500.200.250.3010.9122.4561.57
HexB38F87014191Eb163e
Octal2632172070243136132676
Binary1011001110001111100001110101001100111110101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38F87; }

 p { color: rgb(179,143,135); }

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

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

 a { background-color: rgb(179,143,135); }

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

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

 span { border-color: rgb(179,143,135); }

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