#B28D8A

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

Shades of Thatch #B28D8A

Tints of Thatch #B28D8A

Color information

#B28D8A (or 0xB28D8A) is unknown color: approx Thatch. HEX triplet: B2, 8D and 8A. RGB value is (178,141,138). Sum of RGB (Red+Green+Blue) = 178+141+138=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28D8A is #4D7275. Grayscale: #979797. Windows color (decimal): -5075574 or 9080242. OLE color: 9080242.

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

Color convert

RGB178141138-
CMYK00.210.220.30
HSL4.5º20.62%61.96%-
HSV(B)4.5º22.47%69.8%-
XYZ32.4730.3528.19-
YUV151.72120.26146.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.95%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=38.95%
G=30.85%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814113800.210.220.304.520.6261.96
HexB28D8A015161E5153e
Octal262215212025263652576
Binary101100101000110110001010010101101101111010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D8A; }

 p { color: rgb(178,141,138); }

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

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

 a { background-color: rgb(178,141,138); }

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

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

 span { border-color: rgb(178,141,138); }

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