Shades of Ochre #BF751C
Tints of Ochre #BF751C
RGB
CMYK
RGB Variations
Color information
#BF751C (or 0xBF751C) is known color: Ochre. HEX triplet: BF, 75 and 1C. RGB value is (191,117,28). Sum of RGB (Red+Green+Blue) = 191+117+28=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF751C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF751C is #408AE3. Grayscale: #818181. Windows color (decimal): -4229860 or 1865151. OLE color: 1865151.
HSL color Cylindrical-coordinate representation of color #BF751C: hue angle of 32.76º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF751C is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 28 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.25 |
| HSL | 32.76º | 0.74% | 0.43% | - |
| HSV(B) | 32.76º | 0.85% | 0.75% | - |
| XYZ | 28.06 | 23.88 | 4.23 | - |
| YUV | 128.98 | 71.02 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 28 | 0 | 0.39 | 0.85 | 0.25 | 32.76 | 0.74 | 0.43 |
| Hex | BF | 75 | 1C | 0 | 27 | 55 | 19 | 21 | 4A | 2B |
| Octal | 277 | 165 | 34 | 0 | 47 | 125 | 31 | 41 | 112 | 53 |
| Binary | 10111111 | 1110101 | 11100 | 0 | 100111 | 1010101 | 11001 | 100001 | 1001010 | 101011 |
Color Harmonies of #BF751C
Complementary color
Monochromatic Colors of #BF751C
Black with #BF751C
Text Example
Text Example
White with #BF751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF751C; }
p { color: rgb(191,117,28); }
H1.HeaderClassName
{
color: #BF751C;
}
.AnyTagClassName
{
color: #BF751C;
}
</style>
background-color css
<style>
a { background-color: #BF751C; }
a { background-color: rgb(191,117,28); }
div.DivClassName
{
background-color: #BF751C;
}
.BgClassName
{
background-color: #BF751C;
}
</style>
border-color css
<style>
span { border-color: #BF751C; }
span { border-color: rgb(191,117,28); }
td.TdClassName
{
border-color: #BF751C;
}
.TagClassName
{
border-color: #BF751C;
}
</style>