Shades of Roti #BB963A
Tints of Roti #BB963A
RGB
CMYK
RGB Variations
Color information
#BB963A (or 0xBB963A) is known color: Roti. HEX triplet: BB, 96 and 3A. RGB value is (187,150,58). Sum of RGB (Red+Green+Blue) = 187+150+58=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB963A is #4469C5. Grayscale: #969696. Windows color (decimal): -4483526 or 3839675. OLE color: 3839675.
HSL color Cylindrical-coordinate representation of color #BB963A: hue angle of 42.79º 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 #BB963A is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 58 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.27 |
| HSL | 42.79º | 0.53% | 0.48% | - |
| HSV(B) | 42.79º | 0.69% | 0.73% | - |
| XYZ | 32.16 | 32.68 | 8.62 | - |
| YUV | 150.58 | 75.76 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 58 | 0 | 0.20 | 0.69 | 0.27 | 42.79 | 0.53 | 0.48 |
| Hex | BB | 96 | 3A | 0 | 14 | 45 | 1B | 2B | 35 | 30 |
| Octal | 273 | 226 | 72 | 0 | 24 | 105 | 33 | 53 | 65 | 60 |
| Binary | 10111011 | 10010110 | 111010 | 0 | 10100 | 1000101 | 11011 | 101011 | 110101 | 110000 |
Color Harmonies of #BB963A
Complementary color
Monochromatic Colors of #BB963A
Black with #BB963A
Text Example
Text Example
White with #BB963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB963A; }
p { color: rgb(187,150,58); }
H1.HeaderClassName
{
color: #BB963A;
}
.AnyTagClassName
{
color: #BB963A;
}
</style>
background-color css
<style>
a { background-color: #BB963A; }
a { background-color: rgb(187,150,58); }
div.DivClassName
{
background-color: #BB963A;
}
.BgClassName
{
background-color: #BB963A;
}
</style>
border-color css
<style>
span { border-color: #BB963A; }
span { border-color: rgb(187,150,58); }
td.TdClassName
{
border-color: #BB963A;
}
.TagClassName
{
border-color: #BB963A;
}
</style>