Shades of Teak #B48A4F
Tints of Teak #B48A4F
RGB
CMYK
RGB Variations
Color information
#B48A4F (or 0xB48A4F) is known color: Teak. HEX triplet: B4, 8A and 4F. RGB value is (180,138,79). Sum of RGB (Red+Green+Blue) = 180+138+79=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A4F is #4B75B0. Grayscale: #909090. Windows color (decimal): -4945329 or 5212852. OLE color: 5212852.
HSL color Cylindrical-coordinate representation of color #B48A4F: hue angle of 35.05º 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 #B48A4F is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 138 | 79 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.29 |
| HSL | 35.05º | 0.4% | 0.51% | - |
| HSV(B) | 35.05º | 0.56% | 0.71% | - |
| XYZ | 29.32 | 28.44 | 11.34 | - |
| YUV | 143.83 | 91.41 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 138 | 79 | 0 | 0.23 | 0.56 | 0.29 | 35.05 | 0.4 | 0.51 |
| Hex | B4 | 8A | 4F | 0 | 17 | 38 | 1D | 23 | 28 | 33 |
| Octal | 264 | 212 | 117 | 0 | 27 | 70 | 35 | 43 | 50 | 63 |
| Binary | 10110100 | 10001010 | 1001111 | 0 | 10111 | 111000 | 11101 | 100011 | 101000 | 110011 |
Color Harmonies of #B48A4F
Complementary color
Monochromatic Colors of #B48A4F
Black with #B48A4F
Text Example
Text Example
White with #B48A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48A4F; }
p { color: rgb(180,138,79); }
H1.HeaderClassName
{
color: #B48A4F;
}
.AnyTagClassName
{
color: #B48A4F;
}
</style>
background-color css
<style>
a { background-color: #B48A4F; }
a { background-color: rgb(180,138,79); }
div.DivClassName
{
background-color: #B48A4F;
}
.BgClassName
{
background-color: #B48A4F;
}
</style>
border-color css
<style>
span { border-color: #B48A4F; }
span { border-color: rgb(180,138,79); }
td.TdClassName
{
border-color: #B48A4F;
}
.TagClassName
{
border-color: #B48A4F;
}
</style>