Shades of Roti #BB973C
Tints of Roti #BB973C
RGB
CMYK
RGB Variations
Color information
#BB973C (or 0xBB973C) is known color: Roti. HEX triplet: BB, 97 and 3C. RGB value is (187,151,60). Sum of RGB (Red+Green+Blue) = 187+151+60=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB973C is #4468C3. Grayscale: #979797. Windows color (decimal): -4483268 or 3971003. OLE color: 3971003.
HSL color Cylindrical-coordinate representation of color #BB973C: hue angle of 42.99º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB973C is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 151 | 60 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.27 |
| HSL | 42.99º | 0.51% | 0.48% | - |
| HSV(B) | 42.99º | 0.68% | 0.73% | - |
| XYZ | 32.38 | 33.02 | 8.94 | - |
| YUV | 151.39 | 76.43 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 60 | 0 | 0.19 | 0.68 | 0.27 | 42.99 | 0.51 | 0.48 |
| Hex | BB | 97 | 3C | 0 | 13 | 44 | 1B | 2B | 33 | 30 |
| Octal | 273 | 227 | 74 | 0 | 23 | 104 | 33 | 53 | 63 | 60 |
| Binary | 10111011 | 10010111 | 111100 | 0 | 10011 | 1000100 | 11011 | 101011 | 110011 | 110000 |
Color Harmonies of #BB973C
Complementary color
Monochromatic Colors of #BB973C
Black with #BB973C
Text Example
Text Example
White with #BB973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB973C; }
p { color: rgb(187,151,60); }
H1.HeaderClassName
{
color: #BB973C;
}
.AnyTagClassName
{
color: #BB973C;
}
</style>
background-color css
<style>
a { background-color: #BB973C; }
a { background-color: rgb(187,151,60); }
div.DivClassName
{
background-color: #BB973C;
}
.BgClassName
{
background-color: #BB973C;
}
</style>
border-color css
<style>
span { border-color: #BB973C; }
span { border-color: rgb(187,151,60); }
td.TdClassName
{
border-color: #BB973C;
}
.TagClassName
{
border-color: #BB973C;
}
</style>