Shades of Teak #B3875B
Tints of Teak #B3875B
RGB
CMYK
RGB Variations
Color information
#B3875B (or 0xB3875B) is known color: Teak. HEX triplet: B3, 87 and 5B. RGB value is (179,135,91). Sum of RGB (Red+Green+Blue) = 179+135+91=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B3875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3875B is #4C78A4. Grayscale: #8F8F8F. Windows color (decimal): -5011621 or 5998515. OLE color: 5998515.
HSL color Cylindrical-coordinate representation of color #B3875B: hue angle of 30º 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 #B3875B is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 135 | 91 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.30 |
| HSL | 30º | 0.37% | 0.53% | - |
| HSV(B) | 30º | 0.49% | 0.7% | - |
| XYZ | 29.14 | 27.67 | 13.7 | - |
| YUV | 143.14 | 98.58 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 135 | 91 | 0 | 0.25 | 0.49 | 0.30 | 30 | 0.37 | 0.53 |
| Hex | B3 | 87 | 5B | 0 | 19 | 31 | 1E | 1E | 25 | 35 |
| Octal | 263 | 207 | 133 | 0 | 31 | 61 | 36 | 36 | 45 | 65 |
| Binary | 10110011 | 10000111 | 1011011 | 0 | 11001 | 110001 | 11110 | 11110 | 100101 | 110101 |
Color Harmonies of #B3875B
Complementary color
Monochromatic Colors of #B3875B
Black with #B3875B
Text Example
Text Example
White with #B3875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3875B; }
p { color: rgb(179,135,91); }
H1.HeaderClassName
{
color: #B3875B;
}
.AnyTagClassName
{
color: #B3875B;
}
</style>
background-color css
<style>
a { background-color: #B3875B; }
a { background-color: rgb(179,135,91); }
div.DivClassName
{
background-color: #B3875B;
}
.BgClassName
{
background-color: #B3875B;
}
</style>
border-color css
<style>
span { border-color: #B3875B; }
span { border-color: rgb(179,135,91); }
td.TdClassName
{
border-color: #B3875B;
}
.TagClassName
{
border-color: #B3875B;
}
</style>