#B28E8A

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

Shades of Thatch #B28E8A

Tints of Thatch #B28E8A

Color information

#B28E8A (or 0xB28E8A) is unknown color: approx Thatch. HEX triplet: B2, 8E and 8A. RGB value is (178,142,138). Sum of RGB (Red+Green+Blue) = 178+142+138=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28E8A is #4D7175. Grayscale: #989898. Windows color (decimal): -5075318 or 9080498. OLE color: 9080498.

HSL color Cylindrical-coordinate representation of color #B28E8A: hue angle of 6º 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 #B28E8A is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB178142138-
CMYK00.200.220.30
HSL20.62%61.96%-
HSV(B)22.47%69.8%-
XYZ32.6230.6528.24-
YUV152.31119.93146.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.86%
GREEN value IS 142 (55.86% from 255) = 31.00%
BLUE value IS 138 (54.30% from 255) = 30.13%
R=38.86%
G=31.00%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814213800.200.220.30620.6261.96
HexB28E8A014161E6153e
Octal262216212024263662576
Binary101100101000111010001010010100101101111011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E8A; }

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

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

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

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

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

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

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

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