Shades of Teak #B38558
Tints of Teak #B38558
RGB
CMYK
RGB Variations
Color information
#B38558 (or 0xB38558) is known color: Teak. HEX triplet: B3, 85 and 58. RGB value is (179,133,88). Sum of RGB (Red+Green+Blue) = 179+133+88=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B38558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38558 is #4C7AA7. Grayscale: #8D8D8D. Windows color (decimal): -5012136 or 5801395. OLE color: 5801395.
HSL color Cylindrical-coordinate representation of color #B38558: hue angle of 29.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B38558 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 133 | 88 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.30 |
| HSL | 29.67º | 0.37% | 0.52% | - |
| HSV(B) | 29.67º | 0.51% | 0.7% | - |
| XYZ | 28.74 | 27.06 | 12.94 | - |
| YUV | 141.62 | 97.74 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 88 | 0 | 0.26 | 0.51 | 0.30 | 29.67 | 0.37 | 0.52 |
| Hex | B3 | 85 | 58 | 0 | 1A | 33 | 1E | 1E | 25 | 34 |
| Octal | 263 | 205 | 130 | 0 | 32 | 63 | 36 | 36 | 45 | 64 |
| Binary | 10110011 | 10000101 | 1011000 | 0 | 11010 | 110011 | 11110 | 11110 | 100101 | 110100 |
Color Harmonies of #B38558
Complementary color
Monochromatic Colors of #B38558
Black with #B38558
Text Example
Text Example
White with #B38558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38558; }
p { color: rgb(179,133,88); }
H1.HeaderClassName
{
color: #B38558;
}
.AnyTagClassName
{
color: #B38558;
}
</style>
background-color css
<style>
a { background-color: #B38558; }
a { background-color: rgb(179,133,88); }
div.DivClassName
{
background-color: #B38558;
}
.BgClassName
{
background-color: #B38558;
}
</style>
border-color css
<style>
span { border-color: #B38558; }
span { border-color: rgb(179,133,88); }
td.TdClassName
{
border-color: #B38558;
}
.TagClassName
{
border-color: #B38558;
}
</style>