Shades of Teak #B68453
Tints of Teak #B68453
RGB
CMYK
RGB Variations
Color information
#B68453 (or 0xB68453) is known color: Teak. HEX triplet: B6, 84 and 53. RGB value is (182,132,83). Sum of RGB (Red+Green+Blue) = 182+132+83=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B68453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68453 is #497BAC. Grayscale: #8D8D8D. Windows color (decimal): -4815789 or 5473462. OLE color: 5473462.
HSL color Cylindrical-coordinate representation of color #B68453: hue angle of 29.7º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B68453 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 83 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.29 |
| HSL | 29.7º | 0.4% | 0.52% | - |
| HSV(B) | 29.7º | 0.54% | 0.71% | - |
| XYZ | 29.1 | 27.07 | 11.88 | - |
| YUV | 141.36 | 95.07 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 83 | 0 | 0.27 | 0.54 | 0.29 | 29.7 | 0.4 | 0.52 |
| Hex | B6 | 84 | 53 | 0 | 1B | 36 | 1D | 1E | 28 | 34 |
| Octal | 266 | 204 | 123 | 0 | 33 | 66 | 35 | 36 | 50 | 64 |
| Binary | 10110110 | 10000100 | 1010011 | 0 | 11011 | 110110 | 11101 | 11110 | 101000 | 110100 |
Color Harmonies of #B68453
Complementary color
Monochromatic Colors of #B68453
Black with #B68453
Text Example
Text Example
White with #B68453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68453; }
p { color: rgb(182,132,83); }
H1.HeaderClassName
{
color: #B68453;
}
.AnyTagClassName
{
color: #B68453;
}
</style>
background-color css
<style>
a { background-color: #B68453; }
a { background-color: rgb(182,132,83); }
div.DivClassName
{
background-color: #B68453;
}
.BgClassName
{
background-color: #B68453;
}
</style>
border-color css
<style>
span { border-color: #B68453; }
span { border-color: rgb(182,132,83); }
td.TdClassName
{
border-color: #B68453;
}
.TagClassName
{
border-color: #B68453;
}
</style>