Shades of Roti #BB9740
Tints of Roti #BB9740
RGB
CMYK
RGB Variations
Color information
#BB9740 (or 0xBB9740) is known color: Roti. HEX triplet: BB, 97 and 40. RGB value is (187,151,64). Sum of RGB (Red+Green+Blue) = 187+151+64=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9740 is #4468BF. Grayscale: #989898. Windows color (decimal): -4483264 or 4233147. OLE color: 4233147.
HSL color Cylindrical-coordinate representation of color #BB9740: hue angle of 42.44º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB9740 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 151 | 64 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.27 |
| HSL | 42.44º | 0.49% | 0.49% | - |
| HSV(B) | 42.44º | 0.66% | 0.73% | - |
| XYZ | 32.49 | 33.07 | 9.52 | - |
| YUV | 151.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 64 | 0 | 0.19 | 0.66 | 0.27 | 42.44 | 0.49 | 0.49 |
| Hex | BB | 97 | 40 | 0 | 13 | 42 | 1B | 2A | 31 | 31 |
| Octal | 273 | 227 | 100 | 0 | 23 | 102 | 33 | 52 | 61 | 61 |
| Binary | 10111011 | 10010111 | 1000000 | 0 | 10011 | 1000010 | 11011 | 101010 | 110001 | 110001 |
Color Harmonies of #BB9740
Complementary color
Monochromatic Colors of #BB9740
Black with #BB9740
Text Example
Text Example
White with #BB9740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9740; }
p { color: rgb(187,151,64); }
H1.HeaderClassName
{
color: #BB9740;
}
.AnyTagClassName
{
color: #BB9740;
}
</style>
background-color css
<style>
a { background-color: #BB9740; }
a { background-color: rgb(187,151,64); }
div.DivClassName
{
background-color: #BB9740;
}
.BgClassName
{
background-color: #BB9740;
}
</style>
border-color css
<style>
span { border-color: #BB9740; }
span { border-color: rgb(187,151,64); }
td.TdClassName
{
border-color: #BB9740;
}
.TagClassName
{
border-color: #BB9740;
}
</style>