Shades of Roti #B4963D
Tints of Roti #B4963D
RGB
CMYK
RGB Variations
Color information
#B4963D (or 0xB4963D) is known color: Roti. HEX triplet: B4, 96 and 3D. RGB value is (180,150,61). Sum of RGB (Red+Green+Blue) = 180+150+61=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B4963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4963D is #4B69C2. Grayscale: #959595. Windows color (decimal): -4942275 or 4036276. OLE color: 4036276.
HSL color Cylindrical-coordinate representation of color #B4963D: hue angle of 44.87º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4963D is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 150 | 61 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.29 |
| HSL | 44.87º | 0.49% | 0.47% | - |
| HSV(B) | 44.87º | 0.66% | 0.71% | - |
| XYZ | 30.57 | 31.85 | 8.95 | - |
| YUV | 148.82 | 78.44 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 150 | 61 | 0 | 0.17 | 0.66 | 0.29 | 44.87 | 0.49 | 0.47 |
| Hex | B4 | 96 | 3D | 0 | 11 | 42 | 1D | 2D | 31 | 2F |
| Octal | 264 | 226 | 75 | 0 | 21 | 102 | 35 | 55 | 61 | 57 |
| Binary | 10110100 | 10010110 | 111101 | 0 | 10001 | 1000010 | 11101 | 101101 | 110001 | 101111 |
Color Harmonies of #B4963D
Complementary color
Monochromatic Colors of #B4963D
Black with #B4963D
Text Example
Text Example
White with #B4963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4963D; }
p { color: rgb(180,150,61); }
H1.HeaderClassName
{
color: #B4963D;
}
.AnyTagClassName
{
color: #B4963D;
}
</style>
background-color css
<style>
a { background-color: #B4963D; }
a { background-color: rgb(180,150,61); }
div.DivClassName
{
background-color: #B4963D;
}
.BgClassName
{
background-color: #B4963D;
}
</style>
border-color css
<style>
span { border-color: #B4963D; }
span { border-color: rgb(180,150,61); }
td.TdClassName
{
border-color: #B4963D;
}
.TagClassName
{
border-color: #B4963D;
}
</style>