#B28E51

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

Shades of Teak #B28E51

Tints of Teak #B28E51

Color information

#B28E51 (or 0xB28E51) is unknown color: approx Teak. HEX triplet: B2, 8E and 51. RGB value is (178,142,81). Sum of RGB (Red+Green+Blue) = 178+142+81=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E51 is #4D71AE. Grayscale: #929292. Windows color (decimal): -5075375 or 5344946. OLE color: 5344946.

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

Color convert

RGB17814281-
CMYK00.200.540.30
HSL37.73º38.65%50.78%-
HSV(B)37.73º54.49%69.8%-
XYZ29.5229.4111.9-
YUV145.8191.43150.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.39%
GREEN value IS 142 (55.86% from 255) = 35.41%
BLUE value IS 81 (32.03% from 255) = 20.20%
R=44.39%
G=35.41%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781428100.200.540.3037.7338.6550.78
HexB28E51014361E262733
Octal2622161210246636464763
Binary1011001010001110101000101010011011011110100110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E51; }

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

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

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

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

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

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

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

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