Shades of Teak #B28658
Tints of Teak #B28658
RGB
CMYK
RGB Variations
Color information
#B28658 (or 0xB28658) is known color: Teak. HEX triplet: B2, 86 and 58. RGB value is (178,134,88). Sum of RGB (Red+Green+Blue) = 178+134+88=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B28658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28658 is #4D79A7. Grayscale: #8E8E8E. Windows color (decimal): -5077416 or 5801650. OLE color: 5801650.
HSL color Cylindrical-coordinate representation of color #B28658: hue angle of 30.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 #B28658 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 134 | 88 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.30 |
| HSL | 30.67º | 0.37% | 0.52% | - |
| HSV(B) | 30.67º | 0.51% | 0.7% | - |
| XYZ | 28.65 | 27.22 | 12.98 | - |
| YUV | 141.91 | 97.58 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 134 | 88 | 0 | 0.25 | 0.51 | 0.30 | 30.67 | 0.37 | 0.52 |
| Hex | B2 | 86 | 58 | 0 | 19 | 33 | 1E | 1F | 25 | 34 |
| Octal | 262 | 206 | 130 | 0 | 31 | 63 | 36 | 37 | 45 | 64 |
| Binary | 10110010 | 10000110 | 1011000 | 0 | 11001 | 110011 | 11110 | 11111 | 100101 | 110100 |
Color Harmonies of #B28658
Complementary color
Monochromatic Colors of #B28658
Black with #B28658
Text Example
Text Example
White with #B28658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28658; }
p { color: rgb(178,134,88); }
H1.HeaderClassName
{
color: #B28658;
}
.AnyTagClassName
{
color: #B28658;
}
</style>
background-color css
<style>
a { background-color: #B28658; }
a { background-color: rgb(178,134,88); }
div.DivClassName
{
background-color: #B28658;
}
.BgClassName
{
background-color: #B28658;
}
</style>
border-color css
<style>
span { border-color: #B28658; }
span { border-color: rgb(178,134,88); }
td.TdClassName
{
border-color: #B28658;
}
.TagClassName
{
border-color: #B28658;
}
</style>