Shades of Ochre #BF721B
Tints of Ochre #BF721B
RGB
CMYK
RGB Variations
Color information
#BF721B (or 0xBF721B) is known color: Ochre. HEX triplet: BF, 72 and 1B. RGB value is (191,114,27). Sum of RGB (Red+Green+Blue) = 191+114+27=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF721B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF721B is #408DE4. Grayscale: #7F7F7F. Windows color (decimal): -4230629 or 1798847. OLE color: 1798847.
HSL color Cylindrical-coordinate representation of color #BF721B: hue angle of 31.83º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF721B is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 27 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.25 |
| HSL | 31.83º | 0.75% | 0.43% | - |
| HSV(B) | 31.83º | 0.86% | 0.75% | - |
| XYZ | 27.7 | 23.19 | 4.05 | - |
| YUV | 127.11 | 71.51 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 27 | 0 | 0.40 | 0.86 | 0.25 | 31.83 | 0.75 | 0.43 |
| Hex | BF | 72 | 1B | 0 | 28 | 56 | 19 | 20 | 4B | 2B |
| Octal | 277 | 162 | 33 | 0 | 50 | 126 | 31 | 40 | 113 | 53 |
| Binary | 10111111 | 1110010 | 11011 | 0 | 101000 | 1010110 | 11001 | 100000 | 1001011 | 101011 |
Color Harmonies of #BF721B
Complementary color
Monochromatic Colors of #BF721B
Black with #BF721B
Text Example
Text Example
White with #BF721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF721B; }
p { color: rgb(191,114,27); }
H1.HeaderClassName
{
color: #BF721B;
}
.AnyTagClassName
{
color: #BF721B;
}
</style>
background-color css
<style>
a { background-color: #BF721B; }
a { background-color: rgb(191,114,27); }
div.DivClassName
{
background-color: #BF721B;
}
.BgClassName
{
background-color: #BF721B;
}
</style>
border-color css
<style>
span { border-color: #BF721B; }
span { border-color: rgb(191,114,27); }
td.TdClassName
{
border-color: #BF721B;
}
.TagClassName
{
border-color: #BF721B;
}
</style>