Shades of Roti #BB973A
Tints of Roti #BB973A
RGB
CMYK
RGB Variations
Color information
#BB973A (or 0xBB973A) is known color: Roti. HEX triplet: BB, 97 and 3A. RGB value is (187,151,58). Sum of RGB (Red+Green+Blue) = 187+151+58=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB973A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB973A is #4468C5. Grayscale: #979797. Windows color (decimal): -4483270 or 3839931. OLE color: 3839931.
HSL color Cylindrical-coordinate representation of color #BB973A: hue angle of 43.26º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB973A is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 151 | 58 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.27 |
| HSL | 43.26º | 0.53% | 0.48% | - |
| HSV(B) | 43.26º | 0.69% | 0.73% | - |
| XYZ | 32.32 | 33 | 8.67 | - |
| YUV | 151.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 58 | 0 | 0.19 | 0.69 | 0.27 | 43.26 | 0.53 | 0.48 |
| Hex | BB | 97 | 3A | 0 | 13 | 45 | 1B | 2B | 35 | 30 |
| Octal | 273 | 227 | 72 | 0 | 23 | 105 | 33 | 53 | 65 | 60 |
| Binary | 10111011 | 10010111 | 111010 | 0 | 10011 | 1000101 | 11011 | 101011 | 110101 | 110000 |
Color Harmonies of #BB973A
Complementary color
Monochromatic Colors of #BB973A
Black with #BB973A
Text Example
Text Example
White with #BB973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB973A; }
p { color: rgb(187,151,58); }
H1.HeaderClassName
{
color: #BB973A;
}
.AnyTagClassName
{
color: #BB973A;
}
</style>
background-color css
<style>
a { background-color: #BB973A; }
a { background-color: rgb(187,151,58); }
div.DivClassName
{
background-color: #BB973A;
}
.BgClassName
{
background-color: #BB973A;
}
</style>
border-color css
<style>
span { border-color: #BB973A; }
span { border-color: rgb(187,151,58); }
td.TdClassName
{
border-color: #BB973A;
}
.TagClassName
{
border-color: #BB973A;
}
</style>