Shades of Teak #B1845A
Tints of Teak #B1845A
RGB
CMYK
RGB Variations
Color information
#B1845A (or 0xB1845A) is known color: Teak. HEX triplet: B1, 84 and 5A. RGB value is (177,132,90). Sum of RGB (Red+Green+Blue) = 177+132+90=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1845A is #4E7BA5. Grayscale: #8C8C8C. Windows color (decimal): -5143462 or 5932209. OLE color: 5932209.
HSL color Cylindrical-coordinate representation of color #B1845A: hue angle of 28.97º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1845A is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 90 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.31 |
| HSL | 28.97º | 0.36% | 0.52% | - |
| HSV(B) | 28.97º | 0.49% | 0.69% | - |
| XYZ | 28.23 | 26.59 | 13.32 | - |
| YUV | 140.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 90 | 0 | 0.25 | 0.49 | 0.31 | 28.97 | 0.36 | 0.52 |
| Hex | B1 | 84 | 5A | 0 | 19 | 31 | 1F | 1D | 24 | 34 |
| Octal | 261 | 204 | 132 | 0 | 31 | 61 | 37 | 35 | 44 | 64 |
| Binary | 10110001 | 10000100 | 1011010 | 0 | 11001 | 110001 | 11111 | 11101 | 100100 | 110100 |
Color Harmonies of #B1845A
Complementary color
Monochromatic Colors of #B1845A
Black with #B1845A
Text Example
Text Example
White with #B1845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1845A; }
p { color: rgb(177,132,90); }
H1.HeaderClassName
{
color: #B1845A;
}
.AnyTagClassName
{
color: #B1845A;
}
</style>
background-color css
<style>
a { background-color: #B1845A; }
a { background-color: rgb(177,132,90); }
div.DivClassName
{
background-color: #B1845A;
}
.BgClassName
{
background-color: #B1845A;
}
</style>
border-color css
<style>
span { border-color: #B1845A; }
span { border-color: rgb(177,132,90); }
td.TdClassName
{
border-color: #B1845A;
}
.TagClassName
{
border-color: #B1845A;
}
</style>