#B28A4B

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

Shades of Teak #B28A4B

Tints of Teak #B28A4B

Color information

#B28A4B (or 0xB28A4B) is unknown color: approx Teak. HEX triplet: B2, 8A and 4B. RGB value is (178,138,75). Sum of RGB (Red+Green+Blue) = 178+138+75=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28A4B is #4D75B4. Grayscale: #8F8F8F. Windows color (decimal): -5076405 or 4950706. OLE color: 4950706.

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

Color convert

RGB17813875-
CMYK00.220.580.30
HSL36.7º40.71%49.61%-
HSV(B)36.7º57.87%69.8%-
XYZ28.7228.1510.58-
YUV142.7889.75153.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.52%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 75 (29.69% from 255) = 19.18%
R=45.52%
G=35.29%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781387500.220.580.3036.740.7149.61
HexB28A4B0163A1E252932
Octal2622121130267236455162
Binary1011001010001010100101101011011101011110100101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28A4B; }

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

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

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

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

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

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

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

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