Shades of Roti #BF973D
Tints of Roti #BF973D
RGB
CMYK
RGB Variations
Color information
#BF973D (or 0xBF973D) is known color: Roti. HEX triplet: BF, 97 and 3D. RGB value is (191,151,61). Sum of RGB (Red+Green+Blue) = 191+151+61=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF973D is #4068C2. Grayscale: #999999. Windows color (decimal): -4221123 or 4036543. OLE color: 4036543.
HSL color Cylindrical-coordinate representation of color #BF973D: hue angle of 41.54º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF973D is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 61 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.25 |
| HSL | 41.54º | 0.52% | 0.49% | - |
| HSV(B) | 41.54º | 0.68% | 0.75% | - |
| XYZ | 33.39 | 33.55 | 9.13 | - |
| YUV | 152.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 61 | 0 | 0.21 | 0.68 | 0.25 | 41.54 | 0.52 | 0.49 |
| Hex | BF | 97 | 3D | 0 | 15 | 44 | 19 | 2A | 34 | 31 |
| Octal | 277 | 227 | 75 | 0 | 25 | 104 | 31 | 52 | 64 | 61 |
| Binary | 10111111 | 10010111 | 111101 | 0 | 10101 | 1000100 | 11001 | 101010 | 110100 | 110001 |
Color Harmonies of #BF973D
Complementary color
Monochromatic Colors of #BF973D
Black with #BF973D
Text Example
Text Example
White with #BF973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF973D; }
p { color: rgb(191,151,61); }
H1.HeaderClassName
{
color: #BF973D;
}
.AnyTagClassName
{
color: #BF973D;
}
</style>
background-color css
<style>
a { background-color: #BF973D; }
a { background-color: rgb(191,151,61); }
div.DivClassName
{
background-color: #BF973D;
}
.BgClassName
{
background-color: #BF973D;
}
</style>
border-color css
<style>
span { border-color: #BF973D; }
span { border-color: rgb(191,151,61); }
td.TdClassName
{
border-color: #BF973D;
}
.TagClassName
{
border-color: #BF973D;
}
</style>