#B28E55

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

Shades of Teak #B28E55

Tints of Teak #B28E55

Color information

#B28E55 (or 0xB28E55) is unknown color: approx Teak. HEX triplet: B2, 8E and 55. RGB value is (178,142,85). Sum of RGB (Red+Green+Blue) = 178+142+85=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E55 is #4D71AA. Grayscale: #929292. Windows color (decimal): -5075371 or 5607090. OLE color: 5607090.

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

Color convert

RGB17814285-
CMYK00.200.520.30
HSL36.77º37.65%51.57%-
HSV(B)36.77º52.25%69.8%-
XYZ29.6729.4712.72-
YUV146.2793.43150.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 142 (55.86% from 255) = 35.06%
BLUE value IS 85 (33.59% from 255) = 20.99%
R=43.95%
G=35.06%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781428500.200.520.3036.7737.6551.57
HexB28E55014341E252634
Octal2622161250246436454664
Binary1011001010001110101010101010011010011110100101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E55; }

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

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

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

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

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

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

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

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