Shades of Roti #BB9340
Tints of Roti #BB9340
RGB
CMYK
RGB Variations
Color information
#BB9340 (or 0xBB9340) is known color: Roti. HEX triplet: BB, 93 and 40. RGB value is (187,147,64). Sum of RGB (Red+Green+Blue) = 187+147+64=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9340 is #446CBF. Grayscale: #959595. Windows color (decimal): -4484288 or 4232123. OLE color: 4232123.
HSL color Cylindrical-coordinate representation of color #BB9340: hue angle of 40.49º 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 #BB9340 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 147 | 64 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.27 |
| HSL | 40.49º | 0.49% | 0.49% | - |
| HSV(B) | 40.49º | 0.66% | 0.73% | - |
| XYZ | 31.85 | 31.8 | 9.31 | - |
| YUV | 149.5 | 79.75 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 64 | 0 | 0.21 | 0.66 | 0.27 | 40.49 | 0.49 | 0.49 |
| Hex | BB | 93 | 40 | 0 | 15 | 42 | 1B | 28 | 31 | 31 |
| Octal | 273 | 223 | 100 | 0 | 25 | 102 | 33 | 50 | 61 | 61 |
| Binary | 10111011 | 10010011 | 1000000 | 0 | 10101 | 1000010 | 11011 | 101000 | 110001 | 110001 |
Color Harmonies of #BB9340
Complementary color
Monochromatic Colors of #BB9340
Black with #BB9340
Text Example
Text Example
White with #BB9340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9340; }
p { color: rgb(187,147,64); }
H1.HeaderClassName
{
color: #BB9340;
}
.AnyTagClassName
{
color: #BB9340;
}
</style>
background-color css
<style>
a { background-color: #BB9340; }
a { background-color: rgb(187,147,64); }
div.DivClassName
{
background-color: #BB9340;
}
.BgClassName
{
background-color: #BB9340;
}
</style>
border-color css
<style>
span { border-color: #BB9340; }
span { border-color: rgb(187,147,64); }
td.TdClassName
{
border-color: #BB9340;
}
.TagClassName
{
border-color: #BB9340;
}
</style>