Shades of Teak #B18455
Tints of Teak #B18455
RGB
CMYK
RGB Variations
Color information
#B18455 (or 0xB18455) is known color: Teak. HEX triplet: B1, 84 and 55. RGB value is (177,132,85). Sum of RGB (Red+Green+Blue) = 177+132+85=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B18455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18455 is #4E7BAA. Grayscale: #8C8C8C. Windows color (decimal): -5143467 or 5604529. OLE color: 5604529.
HSL color Cylindrical-coordinate representation of color #B18455: hue angle of 30.65º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B18455 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 85 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.31 |
| HSL | 30.65º | 0.37% | 0.51% | - |
| HSV(B) | 30.65º | 0.52% | 0.69% | - |
| XYZ | 28.02 | 26.51 | 12.23 | - |
| YUV | 140.1 | 96.91 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 85 | 0 | 0.25 | 0.52 | 0.31 | 30.65 | 0.37 | 0.51 |
| Hex | B1 | 84 | 55 | 0 | 19 | 34 | 1F | 1F | 25 | 33 |
| Octal | 261 | 204 | 125 | 0 | 31 | 64 | 37 | 37 | 45 | 63 |
| Binary | 10110001 | 10000100 | 1010101 | 0 | 11001 | 110100 | 11111 | 11111 | 100101 | 110011 |
Color Harmonies of #B18455
Complementary color
Monochromatic Colors of #B18455
Black with #B18455
Text Example
Text Example
White with #B18455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18455; }
p { color: rgb(177,132,85); }
H1.HeaderClassName
{
color: #B18455;
}
.AnyTagClassName
{
color: #B18455;
}
</style>
background-color css
<style>
a { background-color: #B18455; }
a { background-color: rgb(177,132,85); }
div.DivClassName
{
background-color: #B18455;
}
.BgClassName
{
background-color: #B18455;
}
</style>
border-color css
<style>
span { border-color: #B18455; }
span { border-color: rgb(177,132,85); }
td.TdClassName
{
border-color: #B18455;
}
.TagClassName
{
border-color: #B18455;
}
</style>