#B28E4E

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

Shades of Teak #B28E4E

Tints of Teak #B28E4E

Color information

#B28E4E (or 0xB28E4E) is unknown color: approx Teak. HEX triplet: B2, 8E and 4E. RGB value is (178,142,78). Sum of RGB (Red+Green+Blue) = 178+142+78=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E4E is #4D71B1. Grayscale: #919191. Windows color (decimal): -5075378 or 5148338. OLE color: 5148338.

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

Color convert

RGB17814278-
CMYK00.200.560.30
HSL38.4º39.37%50.2%-
HSV(B)38.4º56.18%69.8%-
XYZ29.4129.3611.32-
YUV145.4789.93151.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.72%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 78 (30.86% from 255) = 19.60%
R=44.72%
G=35.68%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781427800.200.560.3038.439.3750.2
HexB28E4E014381E262732
Octal2622161160247036464762
Binary1011001010001110100111001010011100011110100110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E4E; }

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

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

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

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

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

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

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

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