Shades of Teak #B68558
Tints of Teak #B68558
RGB
CMYK
RGB Variations
Color information
#B68558 (or 0xB68558) is known color: Teak. HEX triplet: B6, 85 and 58. RGB value is (182,133,88). Sum of RGB (Red+Green+Blue) = 182+133+88=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B68558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68558 is #497AA7. Grayscale: #8E8E8E. Windows color (decimal): -4815528 or 5801398. OLE color: 5801398.
HSL color Cylindrical-coordinate representation of color #B68558: hue angle of 28.72º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B68558 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 133 | 88 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.29 |
| HSL | 28.72º | 0.39% | 0.53% | - |
| HSV(B) | 28.72º | 0.52% | 0.71% | - |
| XYZ | 29.44 | 27.42 | 12.97 | - |
| YUV | 142.52 | 97.23 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 88 | 0 | 0.27 | 0.52 | 0.29 | 28.72 | 0.39 | 0.53 |
| Hex | B6 | 85 | 58 | 0 | 1B | 34 | 1D | 1D | 27 | 35 |
| Octal | 266 | 205 | 130 | 0 | 33 | 64 | 35 | 35 | 47 | 65 |
| Binary | 10110110 | 10000101 | 1011000 | 0 | 11011 | 110100 | 11101 | 11101 | 100111 | 110101 |
Color Harmonies of #B68558
Complementary color
Monochromatic Colors of #B68558
Black with #B68558
Text Example
Text Example
White with #B68558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68558; }
p { color: rgb(182,133,88); }
H1.HeaderClassName
{
color: #B68558;
}
.AnyTagClassName
{
color: #B68558;
}
</style>
background-color css
<style>
a { background-color: #B68558; }
a { background-color: rgb(182,133,88); }
div.DivClassName
{
background-color: #B68558;
}
.BgClassName
{
background-color: #B68558;
}
</style>
border-color css
<style>
span { border-color: #B68558; }
span { border-color: rgb(182,133,88); }
td.TdClassName
{
border-color: #B68558;
}
.TagClassName
{
border-color: #B68558;
}
</style>