Shades of Teak #B48C50
Tints of Teak #B48C50
RGB
CMYK
RGB Variations
Color information
#B48C50 (or 0xB48C50) is known color: Teak. HEX triplet: B4, 8C and 50. RGB value is (180,140,80). Sum of RGB (Red+Green+Blue) = 180+140+80=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48C50 is #4B73AF. Grayscale: #919191. Windows color (decimal): -4944816 or 5278900. OLE color: 5278900.
HSL color Cylindrical-coordinate representation of color #B48C50: hue angle of 36º 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 #B48C50 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 140 | 80 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.29 |
| HSL | 36º | 0.4% | 0.51% | - |
| HSV(B) | 36º | 0.56% | 0.71% | - |
| XYZ | 29.65 | 29.04 | 11.63 | - |
| YUV | 145.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 140 | 80 | 0 | 0.22 | 0.56 | 0.29 | 36 | 0.4 | 0.51 |
| Hex | B4 | 8C | 50 | 0 | 16 | 38 | 1D | 24 | 28 | 33 |
| Octal | 264 | 214 | 120 | 0 | 26 | 70 | 35 | 44 | 50 | 63 |
| Binary | 10110100 | 10001100 | 1010000 | 0 | 10110 | 111000 | 11101 | 100100 | 101000 | 110011 |
Color Harmonies of #B48C50
Complementary color
Monochromatic Colors of #B48C50
Black with #B48C50
Text Example
Text Example
White with #B48C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48C50; }
p { color: rgb(180,140,80); }
H1.HeaderClassName
{
color: #B48C50;
}
.AnyTagClassName
{
color: #B48C50;
}
</style>
background-color css
<style>
a { background-color: #B48C50; }
a { background-color: rgb(180,140,80); }
div.DivClassName
{
background-color: #B48C50;
}
.BgClassName
{
background-color: #B48C50;
}
</style>
border-color css
<style>
span { border-color: #B48C50; }
span { border-color: rgb(180,140,80); }
td.TdClassName
{
border-color: #B48C50;
}
.TagClassName
{
border-color: #B48C50;
}
</style>