Shades of Teak #B3855B
Tints of Teak #B3855B
RGB
CMYK
RGB Variations
Color information
#B3855B (or 0xB3855B) is known color: Teak. HEX triplet: B3, 85 and 5B. RGB value is (179,133,91). Sum of RGB (Red+Green+Blue) = 179+133+91=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B3855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3855B is #4C7AA4. Grayscale: #8E8E8E. Windows color (decimal): -5012133 or 5998003. OLE color: 5998003.
HSL color Cylindrical-coordinate representation of color #B3855B: hue angle of 28.64º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B3855B is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 133 | 91 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.30 |
| HSL | 28.64º | 0.37% | 0.53% | - |
| HSV(B) | 28.64º | 0.49% | 0.7% | - |
| XYZ | 28.87 | 27.11 | 13.61 | - |
| YUV | 141.97 | 99.24 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 91 | 0 | 0.26 | 0.49 | 0.30 | 28.64 | 0.37 | 0.53 |
| Hex | B3 | 85 | 5B | 0 | 1A | 31 | 1E | 1D | 25 | 35 |
| Octal | 263 | 205 | 133 | 0 | 32 | 61 | 36 | 35 | 45 | 65 |
| Binary | 10110011 | 10000101 | 1011011 | 0 | 11010 | 110001 | 11110 | 11101 | 100101 | 110101 |
Color Harmonies of #B3855B
Complementary color
Monochromatic Colors of #B3855B
Black with #B3855B
Text Example
Text Example
White with #B3855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3855B; }
p { color: rgb(179,133,91); }
H1.HeaderClassName
{
color: #B3855B;
}
.AnyTagClassName
{
color: #B3855B;
}
</style>
background-color css
<style>
a { background-color: #B3855B; }
a { background-color: rgb(179,133,91); }
div.DivClassName
{
background-color: #B3855B;
}
.BgClassName
{
background-color: #B3855B;
}
</style>
border-color css
<style>
span { border-color: #B3855B; }
span { border-color: rgb(179,133,91); }
td.TdClassName
{
border-color: #B3855B;
}
.TagClassName
{
border-color: #B3855B;
}
</style>