Shades of Teak #B48C54
Tints of Teak #B48C54
RGB
CMYK
RGB Variations
Color information
#B48C54 (or 0xB48C54) is known color: Teak. HEX triplet: B4, 8C and 54. RGB value is (180,140,84). Sum of RGB (Red+Green+Blue) = 180+140+84=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48C54 is #4B73AB. Grayscale: #919191. Windows color (decimal): -4944812 or 5541044. OLE color: 5541044.
HSL color Cylindrical-coordinate representation of color #B48C54: hue angle of 35º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B48C54 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 140 | 84 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.29 |
| HSL | 35º | 0.39% | 0.52% | - |
| HSV(B) | 35º | 0.53% | 0.71% | - |
| XYZ | 29.8 | 29.1 | 12.43 | - |
| YUV | 145.58 | 93.25 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 140 | 84 | 0 | 0.22 | 0.53 | 0.29 | 35 | 0.39 | 0.52 |
| Hex | B4 | 8C | 54 | 0 | 16 | 35 | 1D | 23 | 27 | 34 |
| Octal | 264 | 214 | 124 | 0 | 26 | 65 | 35 | 43 | 47 | 64 |
| Binary | 10110100 | 10001100 | 1010100 | 0 | 10110 | 110101 | 11101 | 100011 | 100111 | 110100 |
Color Harmonies of #B48C54
Complementary color
Monochromatic Colors of #B48C54
Black with #B48C54
Text Example
Text Example
White with #B48C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48C54; }
p { color: rgb(180,140,84); }
H1.HeaderClassName
{
color: #B48C54;
}
.AnyTagClassName
{
color: #B48C54;
}
</style>
background-color css
<style>
a { background-color: #B48C54; }
a { background-color: rgb(180,140,84); }
div.DivClassName
{
background-color: #B48C54;
}
.BgClassName
{
background-color: #B48C54;
}
</style>
border-color css
<style>
span { border-color: #B48C54; }
span { border-color: rgb(180,140,84); }
td.TdClassName
{
border-color: #B48C54;
}
.TagClassName
{
border-color: #B48C54;
}
</style>