#B28F8A

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

Shades of Thatch #B28F8A

Tints of Thatch #B28F8A

Color information

#B28F8A (or 0xB28F8A) is unknown color: approx Thatch. HEX triplet: B2, 8F and 8A. RGB value is (178,143,138). Sum of RGB (Red+Green+Blue) = 178+143+138=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28F8A is #4D7075. Grayscale: #989898. Windows color (decimal): -5075062 or 9080754. OLE color: 9080754.

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

Color convert

RGB178143138-
CMYK00.200.220.30
HSL7.5º20.62%61.96%-
HSV(B)7.5º22.47%69.8%-
XYZ32.7730.9428.29-
YUV152.89119.6145.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 143 (56.25% from 255) = 31.15%
BLUE value IS 138 (54.30% from 255) = 30.07%
R=38.78%
G=31.15%
B=30.07%

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
Decimal17814313800.200.220.307.520.6261.96
HexB28F8A014161E8153e
Octal2622172120242636102576
Binary1011001010001111100010100101001011011110100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28F8A; }

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

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

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

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

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

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

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

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