Shades of Roti #B4963B
Tints of Roti #B4963B
RGB
CMYK
RGB Variations
Color information
#B4963B (or 0xB4963B) is known color: Roti. HEX triplet: B4, 96 and 3B. RGB value is (180,150,59). Sum of RGB (Red+Green+Blue) = 180+150+59=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4963B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4963B is #4B69C4. Grayscale: #949494. Windows color (decimal): -4942277 or 3905204. OLE color: 3905204.
HSL color Cylindrical-coordinate representation of color #B4963B: hue angle of 45.12º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4963B is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 150 | 59 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.29 |
| HSL | 45.12º | 0.51% | 0.47% | - |
| HSV(B) | 45.12º | 0.67% | 0.71% | - |
| XYZ | 30.52 | 31.83 | 8.67 | - |
| YUV | 148.6 | 77.44 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 150 | 59 | 0 | 0.17 | 0.67 | 0.29 | 45.12 | 0.51 | 0.47 |
| Hex | B4 | 96 | 3B | 0 | 11 | 43 | 1D | 2D | 33 | 2F |
| Octal | 264 | 226 | 73 | 0 | 21 | 103 | 35 | 55 | 63 | 57 |
| Binary | 10110100 | 10010110 | 111011 | 0 | 10001 | 1000011 | 11101 | 101101 | 110011 | 101111 |
Color Harmonies of #B4963B
Complementary color
Monochromatic Colors of #B4963B
Black with #B4963B
Text Example
Text Example
White with #B4963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4963B; }
p { color: rgb(180,150,59); }
H1.HeaderClassName
{
color: #B4963B;
}
.AnyTagClassName
{
color: #B4963B;
}
</style>
background-color css
<style>
a { background-color: #B4963B; }
a { background-color: rgb(180,150,59); }
div.DivClassName
{
background-color: #B4963B;
}
.BgClassName
{
background-color: #B4963B;
}
</style>
border-color css
<style>
span { border-color: #B4963B; }
span { border-color: rgb(180,150,59); }
td.TdClassName
{
border-color: #B4963B;
}
.TagClassName
{
border-color: #B4963B;
}
</style>