Shades of Roti #BB9243
Tints of Roti #BB9243
RGB
CMYK
RGB Variations
Color information
#BB9243 (or 0xBB9243) is known color: Roti. HEX triplet: BB, 92 and 43. RGB value is (187,146,67). Sum of RGB (Red+Green+Blue) = 187+146+67=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9243 is #446DBC. Grayscale: #959595. Windows color (decimal): -4484541 or 4428475. OLE color: 4428475.
HSL color Cylindrical-coordinate representation of color #BB9243: hue angle of 39.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB9243 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 146 | 67 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.27 |
| HSL | 39.5º | 0.47% | 0.5% | - |
| HSV(B) | 39.5º | 0.64% | 0.73% | - |
| XYZ | 31.79 | 31.53 | 9.72 | - |
| YUV | 149.25 | 81.58 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 67 | 0 | 0.22 | 0.64 | 0.27 | 39.5 | 0.47 | 0.5 |
| Hex | BB | 92 | 43 | 0 | 16 | 40 | 1B | 28 | 2F | 32 |
| Octal | 273 | 222 | 103 | 0 | 26 | 100 | 33 | 50 | 57 | 62 |
| Binary | 10111011 | 10010010 | 1000011 | 0 | 10110 | 1000000 | 11011 | 101000 | 101111 | 110010 |
Color Harmonies of #BB9243
Complementary color
Monochromatic Colors of #BB9243
Black with #BB9243
Text Example
Text Example
White with #BB9243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9243; }
p { color: rgb(187,146,67); }
H1.HeaderClassName
{
color: #BB9243;
}
.AnyTagClassName
{
color: #BB9243;
}
</style>
background-color css
<style>
a { background-color: #BB9243; }
a { background-color: rgb(187,146,67); }
div.DivClassName
{
background-color: #BB9243;
}
.BgClassName
{
background-color: #BB9243;
}
</style>
border-color css
<style>
span { border-color: #BB9243; }
span { border-color: rgb(187,146,67); }
td.TdClassName
{
border-color: #BB9243;
}
.TagClassName
{
border-color: #BB9243;
}
</style>