#B28B85

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

Shades of Thatch #B28B85

Tints of Thatch #B28B85

Color information

#B28B85 (or 0xB28B85) is unknown color: approx Thatch. HEX triplet: B2, 8B and 85. RGB value is (178,139,133). Sum of RGB (Red+Green+Blue) = 178+139+133=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28B85 is #4D747A. Grayscale: #969696. Windows color (decimal): -5076091 or 8752050. OLE color: 8752050.

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

Color convert

RGB178139133-
CMYK00.220.250.30
HSL22.61%60.98%-
HSV(B)25.28%69.8%-
XYZ31.8329.6226.23-
YUV149.98118.42147.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 139 (54.69% from 255) = 30.89%
BLUE value IS 133 (52.34% from 255) = 29.56%
R=39.56%
G=30.89%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813913300.220.250.30822.6160.98
HexB28B85016191E8173d
Octal2622132050263136102775
Binary1011001010001011100001010101101100111110100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28B85; }

 p { color: rgb(178,139,133); }

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

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

 a { background-color: rgb(178,139,133); }

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

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

 span { border-color: rgb(178,139,133); }

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