Shades of Roti #BB963E
Tints of Roti #BB963E
RGB
CMYK
RGB Variations
Color information
#BB963E (or 0xBB963E) is known color: Roti. HEX triplet: BB, 96 and 3E. RGB value is (187,150,62). Sum of RGB (Red+Green+Blue) = 187+150+62=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB963E is #4469C1. Grayscale: #979797. Windows color (decimal): -4483522 or 4101819. OLE color: 4101819.
HSL color Cylindrical-coordinate representation of color #BB963E: hue angle of 42.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB963E is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 62 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.27 |
| HSL | 42.24º | 0.5% | 0.49% | - |
| HSV(B) | 42.24º | 0.67% | 0.73% | - |
| XYZ | 32.27 | 32.73 | 9.17 | - |
| YUV | 151.03 | 77.76 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 62 | 0 | 0.20 | 0.67 | 0.27 | 42.24 | 0.5 | 0.49 |
| Hex | BB | 96 | 3E | 0 | 14 | 43 | 1B | 2A | 32 | 31 |
| Octal | 273 | 226 | 76 | 0 | 24 | 103 | 33 | 52 | 62 | 61 |
| Binary | 10111011 | 10010110 | 111110 | 0 | 10100 | 1000011 | 11011 | 101010 | 110010 | 110001 |
Color Harmonies of #BB963E
Complementary color
Monochromatic Colors of #BB963E
Black with #BB963E
Text Example
Text Example
White with #BB963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB963E; }
p { color: rgb(187,150,62); }
H1.HeaderClassName
{
color: #BB963E;
}
.AnyTagClassName
{
color: #BB963E;
}
</style>
background-color css
<style>
a { background-color: #BB963E; }
a { background-color: rgb(187,150,62); }
div.DivClassName
{
background-color: #BB963E;
}
.BgClassName
{
background-color: #BB963E;
}
</style>
border-color css
<style>
span { border-color: #BB963E; }
span { border-color: rgb(187,150,62); }
td.TdClassName
{
border-color: #BB963E;
}
.TagClassName
{
border-color: #BB963E;
}
</style>