Shades of Roti #BB963D
Tints of Roti #BB963D
RGB
CMYK
RGB Variations
Color information
#BB963D (or 0xBB963D) is known color: Roti. HEX triplet: BB, 96 and 3D. RGB value is (187,150,61). Sum of RGB (Red+Green+Blue) = 187+150+61=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB963D is #4469C2. Grayscale: #979797. Windows color (decimal): -4483523 or 4036283. OLE color: 4036283.
HSL color Cylindrical-coordinate representation of color #BB963D: hue angle of 42.38º degrees, saturation: 0.51, 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 #BB963D is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 61 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.27 |
| HSL | 42.38º | 0.51% | 0.49% | - |
| HSV(B) | 42.38º | 0.67% | 0.73% | - |
| XYZ | 32.24 | 32.71 | 9.03 | - |
| YUV | 150.92 | 77.26 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 61 | 0 | 0.20 | 0.67 | 0.27 | 42.38 | 0.51 | 0.49 |
| Hex | BB | 96 | 3D | 0 | 14 | 43 | 1B | 2A | 33 | 31 |
| Octal | 273 | 226 | 75 | 0 | 24 | 103 | 33 | 52 | 63 | 61 |
| Binary | 10111011 | 10010110 | 111101 | 0 | 10100 | 1000011 | 11011 | 101010 | 110011 | 110001 |
Color Harmonies of #BB963D
Complementary color
Monochromatic Colors of #BB963D
Black with #BB963D
Text Example
Text Example
White with #BB963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB963D; }
p { color: rgb(187,150,61); }
H1.HeaderClassName
{
color: #BB963D;
}
.AnyTagClassName
{
color: #BB963D;
}
</style>
background-color css
<style>
a { background-color: #BB963D; }
a { background-color: rgb(187,150,61); }
div.DivClassName
{
background-color: #BB963D;
}
.BgClassName
{
background-color: #BB963D;
}
</style>
border-color css
<style>
span { border-color: #BB963D; }
span { border-color: rgb(187,150,61); }
td.TdClassName
{
border-color: #BB963D;
}
.TagClassName
{
border-color: #BB963D;
}
</style>