Shades of Teak #B68852
Tints of Teak #B68852
RGB
CMYK
RGB Variations
Color information
#B68852 (or 0xB68852) is known color: Teak. HEX triplet: B6, 88 and 52. RGB value is (182,136,82). Sum of RGB (Red+Green+Blue) = 182+136+82=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B68852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68852 is #4977AD. Grayscale: #8F8F8F. Windows color (decimal): -4814766 or 5408950. OLE color: 5408950.
HSL color Cylindrical-coordinate representation of color #B68852: hue angle of 32.4º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B68852 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 82 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.29 |
| HSL | 32.4º | 0.41% | 0.52% | - |
| HSV(B) | 32.4º | 0.55% | 0.71% | - |
| XYZ | 29.62 | 28.16 | 11.86 | - |
| YUV | 143.6 | 93.24 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 82 | 0 | 0.25 | 0.55 | 0.29 | 32.4 | 0.41 | 0.52 |
| Hex | B6 | 88 | 52 | 0 | 19 | 37 | 1D | 20 | 29 | 34 |
| Octal | 266 | 210 | 122 | 0 | 31 | 67 | 35 | 40 | 51 | 64 |
| Binary | 10110110 | 10001000 | 1010010 | 0 | 11001 | 110111 | 11101 | 100000 | 101001 | 110100 |
Color Harmonies of #B68852
Complementary color
Monochromatic Colors of #B68852
Black with #B68852
Text Example
Text Example
White with #B68852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68852; }
p { color: rgb(182,136,82); }
H1.HeaderClassName
{
color: #B68852;
}
.AnyTagClassName
{
color: #B68852;
}
</style>
background-color css
<style>
a { background-color: #B68852; }
a { background-color: rgb(182,136,82); }
div.DivClassName
{
background-color: #B68852;
}
.BgClassName
{
background-color: #B68852;
}
</style>
border-color css
<style>
span { border-color: #B68852; }
span { border-color: rgb(182,136,82); }
td.TdClassName
{
border-color: #B68852;
}
.TagClassName
{
border-color: #B68852;
}
</style>