Shades of Roti #BB9C3A
Tints of Roti #BB9C3A
RGB
CMYK
RGB Variations
Color information
#BB9C3A (or 0xBB9C3A) is known color: Roti. HEX triplet: BB, 9C and 3A. RGB value is (187,156,58). Sum of RGB (Red+Green+Blue) = 187+156+58=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9C3A is #4463C5. Grayscale: #9A9A9A. Windows color (decimal): -4481990 or 3841211. OLE color: 3841211.
HSL color Cylindrical-coordinate representation of color #BB9C3A: hue angle of 45.58º 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 #BB9C3A is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 156 | 58 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.27 |
| HSL | 45.58º | 0.53% | 0.48% | - |
| HSV(B) | 45.58º | 0.69% | 0.73% | - |
| XYZ | 33.15 | 34.65 | 8.94 | - |
| YUV | 154.1 | 73.77 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 58 | 0 | 0.17 | 0.69 | 0.27 | 45.58 | 0.53 | 0.48 |
| Hex | BB | 9C | 3A | 0 | 11 | 45 | 1B | 2E | 35 | 30 |
| Octal | 273 | 234 | 72 | 0 | 21 | 105 | 33 | 56 | 65 | 60 |
| Binary | 10111011 | 10011100 | 111010 | 0 | 10001 | 1000101 | 11011 | 101110 | 110101 | 110000 |
Color Harmonies of #BB9C3A
Complementary color
Monochromatic Colors of #BB9C3A
Black with #BB9C3A
Text Example
Text Example
White with #BB9C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9C3A; }
p { color: rgb(187,156,58); }
H1.HeaderClassName
{
color: #BB9C3A;
}
.AnyTagClassName
{
color: #BB9C3A;
}
</style>
background-color css
<style>
a { background-color: #BB9C3A; }
a { background-color: rgb(187,156,58); }
div.DivClassName
{
background-color: #BB9C3A;
}
.BgClassName
{
background-color: #BB9C3A;
}
</style>
border-color css
<style>
span { border-color: #BB9C3A; }
span { border-color: rgb(187,156,58); }
td.TdClassName
{
border-color: #BB9C3A;
}
.TagClassName
{
border-color: #BB9C3A;
}
</style>