#B48A51

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

Shades of Teak #B48A51

Tints of Teak #B48A51

Color information

#B48A51 (or 0xB48A51) is unknown color: approx Teak. HEX triplet: B4, 8A and 51. RGB value is (180,138,81). Sum of RGB (Red+Green+Blue) = 180+138+81=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A51 is #4B75AE. Grayscale: #909090. Windows color (decimal): -4945327 or 5343924. OLE color: 5343924.

HSL color Cylindrical-coordinate representation of color #B48A51: hue angle of 34.55º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B48A51 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18013881-
CMYK00.230.550.29
HSL34.55º39.76%51.18%-
HSV(B)34.55º55%70.59%-
XYZ29.428.4711.73-
YUV144.0692.41153.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 81 (32.03% from 255) = 20.30%
R=45.11%
G=34.59%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801388100.230.550.2934.5539.7651.18
HexB48A51017371D232833
Octal2642121210276735435063
Binary1011010010001010101000101011111011111101100011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A51; }

 p { color: rgb(180,138,81); }

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

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

 a { background-color: rgb(180,138,81); }

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

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

 span { border-color: rgb(180,138,81); }

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