Shades of Fallow #B89268
Tints of Fallow #B89268
RGB
CMYK
RGB Variations
Color information
#B89268 (or 0xB89268) is known color: Fallow. HEX triplet: B8, 92 and 68. RGB value is (184,146,104). Sum of RGB (Red+Green+Blue) = 184+146+104=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B89268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89268 is #476D97. Grayscale: #989898. Windows color (decimal): -4681112 or 6853304. OLE color: 6853304.
HSL color Cylindrical-coordinate representation of color #B89268: hue angle of 31.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B89268 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 104 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.28 |
| HSL | 31.5º | 0.36% | 0.56% | - |
| HSV(B) | 31.5º | 0.43% | 0.72% | - |
| XYZ | 32.54 | 31.75 | 17.51 | - |
| YUV | 152.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 104 | 0 | 0.21 | 0.43 | 0.28 | 31.5 | 0.36 | 0.56 |
| Hex | B8 | 92 | 68 | 0 | 15 | 2B | 1C | 1F | 24 | 38 |
| Octal | 270 | 222 | 150 | 0 | 25 | 53 | 34 | 37 | 44 | 70 |
| Binary | 10111000 | 10010010 | 1101000 | 0 | 10101 | 101011 | 11100 | 11111 | 100100 | 111000 |
Color Harmonies of #B89268
Complementary color
Monochromatic Colors of #B89268
Black with #B89268
Text Example
Text Example
White with #B89268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89268; }
p { color: rgb(184,146,104); }
H1.HeaderClassName
{
color: #B89268;
}
.AnyTagClassName
{
color: #B89268;
}
</style>
background-color css
<style>
a { background-color: #B89268; }
a { background-color: rgb(184,146,104); }
div.DivClassName
{
background-color: #B89268;
}
.BgClassName
{
background-color: #B89268;
}
</style>
border-color css
<style>
span { border-color: #B89268; }
span { border-color: rgb(184,146,104); }
td.TdClassName
{
border-color: #B89268;
}
.TagClassName
{
border-color: #B89268;
}
</style>