Shades of Teak #B08C4D
Tints of Teak #B08C4D
RGB
CMYK
RGB Variations
Color information
#B08C4D (or 0xB08C4D) is known color: Teak. HEX triplet: B0, 8C and 4D. RGB value is (176,140,77). Sum of RGB (Red+Green+Blue) = 176+140+77=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08C4D is #4F73B2. Grayscale: #8F8F8F. Windows color (decimal): -5206963 or 5082288. OLE color: 5082288.
HSL color Cylindrical-coordinate representation of color #B08C4D: hue angle of 38.18º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B08C4D is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 140 | 77 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.31 |
| HSL | 38.18º | 0.39% | 0.5% | - |
| HSV(B) | 38.18º | 0.56% | 0.69% | - |
| XYZ | 28.62 | 28.52 | 11.02 | - |
| YUV | 143.58 | 90.43 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 77 | 0 | 0.20 | 0.56 | 0.31 | 38.18 | 0.39 | 0.5 |
| Hex | B0 | 8C | 4D | 0 | 14 | 38 | 1F | 26 | 27 | 32 |
| Octal | 260 | 214 | 115 | 0 | 24 | 70 | 37 | 46 | 47 | 62 |
| Binary | 10110000 | 10001100 | 1001101 | 0 | 10100 | 111000 | 11111 | 100110 | 100111 | 110010 |
Color Harmonies of #B08C4D
Complementary color
Monochromatic Colors of #B08C4D
Black with #B08C4D
Text Example
Text Example
White with #B08C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08C4D; }
p { color: rgb(176,140,77); }
H1.HeaderClassName
{
color: #B08C4D;
}
.AnyTagClassName
{
color: #B08C4D;
}
</style>
background-color css
<style>
a { background-color: #B08C4D; }
a { background-color: rgb(176,140,77); }
div.DivClassName
{
background-color: #B08C4D;
}
.BgClassName
{
background-color: #B08C4D;
}
</style>
border-color css
<style>
span { border-color: #B08C4D; }
span { border-color: rgb(176,140,77); }
td.TdClassName
{
border-color: #B08C4D;
}
.TagClassName
{
border-color: #B08C4D;
}
</style>