Shades of Teak #B58653
Tints of Teak #B58653
RGB
CMYK
RGB Variations
Color information
#B58653 (or 0xB58653) is known color: Teak. HEX triplet: B5, 86 and 53. RGB value is (181,134,83). Sum of RGB (Red+Green+Blue) = 181+134+83=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B58653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58653 is #4A79AC. Grayscale: #8E8E8E. Windows color (decimal): -4880813 or 5473973. OLE color: 5473973.
HSL color Cylindrical-coordinate representation of color #B58653: hue angle of 31.22º 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 #B58653 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 134 | 83 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.29 |
| HSL | 31.22º | 0.4% | 0.52% | - |
| HSV(B) | 31.22º | 0.54% | 0.71% | - |
| XYZ | 29.14 | 27.5 | 11.96 | - |
| YUV | 142.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 83 | 0 | 0.26 | 0.54 | 0.29 | 31.22 | 0.4 | 0.52 |
| Hex | B5 | 86 | 53 | 0 | 1A | 36 | 1D | 1F | 28 | 34 |
| Octal | 265 | 206 | 123 | 0 | 32 | 66 | 35 | 37 | 50 | 64 |
| Binary | 10110101 | 10000110 | 1010011 | 0 | 11010 | 110110 | 11101 | 11111 | 101000 | 110100 |
Color Harmonies of #B58653
Complementary color
Monochromatic Colors of #B58653
Black with #B58653
Text Example
Text Example
White with #B58653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58653; }
p { color: rgb(181,134,83); }
H1.HeaderClassName
{
color: #B58653;
}
.AnyTagClassName
{
color: #B58653;
}
</style>
background-color css
<style>
a { background-color: #B58653; }
a { background-color: rgb(181,134,83); }
div.DivClassName
{
background-color: #B58653;
}
.BgClassName
{
background-color: #B58653;
}
</style>
border-color css
<style>
span { border-color: #B58653; }
span { border-color: rgb(181,134,83); }
td.TdClassName
{
border-color: #B58653;
}
.TagClassName
{
border-color: #B58653;
}
</style>