Shades of Roti #BF973C
Tints of Roti #BF973C
RGB
CMYK
RGB Variations
Color information
#BF973C (or 0xBF973C) is known color: Roti. HEX triplet: BF, 97 and 3C. RGB value is (191,151,60). Sum of RGB (Red+Green+Blue) = 191+151+60=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF973C is #4068C3. Grayscale: #989898. Windows color (decimal): -4221124 or 3971007. OLE color: 3971007.
HSL color Cylindrical-coordinate representation of color #BF973C: hue angle of 41.68º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF973C is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 60 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.25 |
| HSL | 41.68º | 0.52% | 0.49% | - |
| HSV(B) | 41.68º | 0.69% | 0.75% | - |
| XYZ | 33.37 | 33.54 | 8.99 | - |
| YUV | 152.59 | 75.75 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 60 | 0 | 0.21 | 0.69 | 0.25 | 41.68 | 0.52 | 0.49 |
| Hex | BF | 97 | 3C | 0 | 15 | 45 | 19 | 2A | 34 | 31 |
| Octal | 277 | 227 | 74 | 0 | 25 | 105 | 31 | 52 | 64 | 61 |
| Binary | 10111111 | 10010111 | 111100 | 0 | 10101 | 1000101 | 11001 | 101010 | 110100 | 110001 |
Color Harmonies of #BF973C
Complementary color
Monochromatic Colors of #BF973C
Black with #BF973C
Text Example
Text Example
White with #BF973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF973C; }
p { color: rgb(191,151,60); }
H1.HeaderClassName
{
color: #BF973C;
}
.AnyTagClassName
{
color: #BF973C;
}
</style>
background-color css
<style>
a { background-color: #BF973C; }
a { background-color: rgb(191,151,60); }
div.DivClassName
{
background-color: #BF973C;
}
.BgClassName
{
background-color: #BF973C;
}
</style>
border-color css
<style>
span { border-color: #BF973C; }
span { border-color: rgb(191,151,60); }
td.TdClassName
{
border-color: #BF973C;
}
.TagClassName
{
border-color: #BF973C;
}
</style>