#B48F4F

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

Shades of Teak #B48F4F

Tints of Teak #B48F4F

Color information

#B48F4F (or 0xB48F4F) is unknown color: approx Teak. HEX triplet: B4, 8F and 4F. RGB value is (180,143,79). Sum of RGB (Red+Green+Blue) = 180+143+79=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48F4F is #4B70B0. Grayscale: #939393. Windows color (decimal): -4944049 or 5214132. OLE color: 5214132.

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

Color convert

RGB18014379-
CMYK00.210.560.29
HSL38.02º40.24%50.78%-
HSV(B)38.02º56.11%70.59%-
XYZ30.0629.9111.59-
YUV146.7789.76151.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 143 (56.25% from 255) = 35.57%
BLUE value IS 79 (31.25% from 255) = 19.65%
R=44.78%
G=35.57%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801437900.210.560.2938.0240.2450.78
HexB48F4F015381D262833
Octal2642171170257035465063
Binary1011010010001111100111101010111100011101100110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F4F; }

 p { color: rgb(180,143,79); }

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

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

 a { background-color: rgb(180,143,79); }

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

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

 span { border-color: rgb(180,143,79); }

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