#B48A4B

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

Shades of Teak #B48A4B

Tints of Teak #B48A4B

Color information

#B48A4B (or 0xB48A4B) is unknown color: approx Teak. HEX triplet: B4, 8A and 4B. RGB value is (180,138,75). Sum of RGB (Red+Green+Blue) = 180+138+75=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48A4B is #4B75B4. Grayscale: #8F8F8F. Windows color (decimal): -4945333 or 4950708. OLE color: 4950708.

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

Color convert

RGB18013875-
CMYK00.230.580.29
HSL36º41.18%50%-
HSV(B)36º58.33%70.59%-
XYZ29.1828.3910.6-
YUV143.3889.41154.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 138 (54.30% from 255) = 35.11%
BLUE value IS 75 (29.69% from 255) = 19.08%
R=45.80%
G=35.11%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801387500.230.580.293641.1850
HexB48A4B0173A1D242932
Octal2642121130277235445162
Binary1011010010001010100101101011111101011101100100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A4B; }

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

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

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

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

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

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

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

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