Shades of Teak #B68752
Tints of Teak #B68752
RGB
CMYK
RGB Variations
Color information
#B68752 (or 0xB68752) is known color: Teak. HEX triplet: B6, 87 and 52. RGB value is (182,135,82). Sum of RGB (Red+Green+Blue) = 182+135+82=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B68752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68752 is #4978AD. Grayscale: #8F8F8F. Windows color (decimal): -4815022 or 5408694. OLE color: 5408694.
HSL color Cylindrical-coordinate representation of color #B68752: hue angle of 31.8º 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 #B68752 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 135 | 82 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.29 |
| HSL | 31.8º | 0.41% | 0.52% | - |
| HSV(B) | 31.8º | 0.55% | 0.71% | - |
| XYZ | 29.48 | 27.88 | 11.81 | - |
| YUV | 143.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 135 | 82 | 0 | 0.26 | 0.55 | 0.29 | 31.8 | 0.41 | 0.52 |
| Hex | B6 | 87 | 52 | 0 | 1A | 37 | 1D | 20 | 29 | 34 |
| Octal | 266 | 207 | 122 | 0 | 32 | 67 | 35 | 40 | 51 | 64 |
| Binary | 10110110 | 10000111 | 1010010 | 0 | 11010 | 110111 | 11101 | 100000 | 101001 | 110100 |
Color Harmonies of #B68752
Complementary color
Monochromatic Colors of #B68752
Black with #B68752
Text Example
Text Example
White with #B68752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68752; }
p { color: rgb(182,135,82); }
H1.HeaderClassName
{
color: #B68752;
}
.AnyTagClassName
{
color: #B68752;
}
</style>
background-color css
<style>
a { background-color: #B68752; }
a { background-color: rgb(182,135,82); }
div.DivClassName
{
background-color: #B68752;
}
.BgClassName
{
background-color: #B68752;
}
</style>
border-color css
<style>
span { border-color: #B68752; }
span { border-color: rgb(182,135,82); }
td.TdClassName
{
border-color: #B68752;
}
.TagClassName
{
border-color: #B68752;
}
</style>