Shades of Roti #BF983C
Tints of Roti #BF983C
RGB
CMYK
RGB Variations
Color information
#BF983C (or 0xBF983C) is known color: Roti. HEX triplet: BF, 98 and 3C. RGB value is (191,152,60). Sum of RGB (Red+Green+Blue) = 191+152+60=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF983C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF983C is #4067C3. Grayscale: #999999. Windows color (decimal): -4220868 or 3971263. OLE color: 3971263.
HSL color Cylindrical-coordinate representation of color #BF983C: hue angle of 42.14º 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 #BF983C is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 152 | 60 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.25 |
| HSL | 42.14º | 0.52% | 0.49% | - |
| HSV(B) | 42.14º | 0.69% | 0.75% | - |
| XYZ | 33.53 | 33.86 | 9.04 | - |
| YUV | 153.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 60 | 0 | 0.20 | 0.69 | 0.25 | 42.14 | 0.52 | 0.49 |
| Hex | BF | 98 | 3C | 0 | 14 | 45 | 19 | 2A | 34 | 31 |
| Octal | 277 | 230 | 74 | 0 | 24 | 105 | 31 | 52 | 64 | 61 |
| Binary | 10111111 | 10011000 | 111100 | 0 | 10100 | 1000101 | 11001 | 101010 | 110100 | 110001 |
Color Harmonies of #BF983C
Complementary color
Monochromatic Colors of #BF983C
Black with #BF983C
Text Example
Text Example
White with #BF983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF983C; }
p { color: rgb(191,152,60); }
H1.HeaderClassName
{
color: #BF983C;
}
.AnyTagClassName
{
color: #BF983C;
}
</style>
background-color css
<style>
a { background-color: #BF983C; }
a { background-color: rgb(191,152,60); }
div.DivClassName
{
background-color: #BF983C;
}
.BgClassName
{
background-color: #BF983C;
}
</style>
border-color css
<style>
span { border-color: #BF983C; }
span { border-color: rgb(191,152,60); }
td.TdClassName
{
border-color: #BF983C;
}
.TagClassName
{
border-color: #BF983C;
}
</style>