Shades of Roti #BB963C
Tints of Roti #BB963C
RGB
CMYK
RGB Variations
Color information
#BB963C (or 0xBB963C) is known color: Roti. HEX triplet: BB, 96 and 3C. RGB value is (187,150,60). Sum of RGB (Red+Green+Blue) = 187+150+60=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB963C is #4469C3. Grayscale: #979797. Windows color (decimal): -4483524 or 3970747. OLE color: 3970747.
HSL color Cylindrical-coordinate representation of color #BB963C: hue angle of 42.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB963C is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 60 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.27 |
| HSL | 42.52º | 0.51% | 0.48% | - |
| HSV(B) | 42.52º | 0.68% | 0.73% | - |
| XYZ | 32.22 | 32.7 | 8.89 | - |
| YUV | 150.8 | 76.76 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 60 | 0 | 0.20 | 0.68 | 0.27 | 42.52 | 0.51 | 0.48 |
| Hex | BB | 96 | 3C | 0 | 14 | 44 | 1B | 2B | 33 | 30 |
| Octal | 273 | 226 | 74 | 0 | 24 | 104 | 33 | 53 | 63 | 60 |
| Binary | 10111011 | 10010110 | 111100 | 0 | 10100 | 1000100 | 11011 | 101011 | 110011 | 110000 |
Color Harmonies of #BB963C
Complementary color
Monochromatic Colors of #BB963C
Black with #BB963C
Text Example
Text Example
White with #BB963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB963C; }
p { color: rgb(187,150,60); }
H1.HeaderClassName
{
color: #BB963C;
}
.AnyTagClassName
{
color: #BB963C;
}
</style>
background-color css
<style>
a { background-color: #BB963C; }
a { background-color: rgb(187,150,60); }
div.DivClassName
{
background-color: #BB963C;
}
.BgClassName
{
background-color: #BB963C;
}
</style>
border-color css
<style>
span { border-color: #BB963C; }
span { border-color: rgb(187,150,60); }
td.TdClassName
{
border-color: #BB963C;
}
.TagClassName
{
border-color: #BB963C;
}
</style>