Shades of Teak #B18653
Tints of Teak #B18653
RGB
CMYK
RGB Variations
Color information
#B18653 (or 0xB18653) is known color: Teak. HEX triplet: B1, 86 and 53. RGB value is (177,134,83). Sum of RGB (Red+Green+Blue) = 177+134+83=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B18653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18653 is #4E79AC. Grayscale: #8D8D8D. Windows color (decimal): -5142957 or 5473969. OLE color: 5473969.
HSL color Cylindrical-coordinate representation of color #B18653: hue angle of 32.55º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B18653 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 83 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.31 |
| HSL | 32.55º | 0.38% | 0.51% | - |
| HSV(B) | 32.55º | 0.53% | 0.69% | - |
| XYZ | 28.22 | 27.02 | 11.91 | - |
| YUV | 141.04 | 95.25 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 83 | 0 | 0.24 | 0.53 | 0.31 | 32.55 | 0.38 | 0.51 |
| Hex | B1 | 86 | 53 | 0 | 18 | 35 | 1F | 21 | 26 | 33 |
| Octal | 261 | 206 | 123 | 0 | 30 | 65 | 37 | 41 | 46 | 63 |
| Binary | 10110001 | 10000110 | 1010011 | 0 | 11000 | 110101 | 11111 | 100001 | 100110 | 110011 |
Color Harmonies of #B18653
Complementary color
Monochromatic Colors of #B18653
Black with #B18653
Text Example
Text Example
White with #B18653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18653; }
p { color: rgb(177,134,83); }
H1.HeaderClassName
{
color: #B18653;
}
.AnyTagClassName
{
color: #B18653;
}
</style>
background-color css
<style>
a { background-color: #B18653; }
a { background-color: rgb(177,134,83); }
div.DivClassName
{
background-color: #B18653;
}
.BgClassName
{
background-color: #B18653;
}
</style>
border-color css
<style>
span { border-color: #B18653; }
span { border-color: rgb(177,134,83); }
td.TdClassName
{
border-color: #B18653;
}
.TagClassName
{
border-color: #B18653;
}
</style>