Shades of Roti #B4973C
Tints of Roti #B4973C
RGB
CMYK
RGB Variations
Color information
#B4973C (or 0xB4973C) is known color: Roti. HEX triplet: B4, 97 and 3C. RGB value is (180,151,60). Sum of RGB (Red+Green+Blue) = 180+151+60=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B4973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4973C is #4B68C3. Grayscale: #959595. Windows color (decimal): -4942020 or 3970996. OLE color: 3970996.
HSL color Cylindrical-coordinate representation of color #B4973C: hue angle of 45.5º degrees, saturation: 0.5, 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 #B4973C is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 151 | 60 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.29 |
| HSL | 45.5º | 0.5% | 0.47% | - |
| HSV(B) | 45.5º | 0.67% | 0.71% | - |
| XYZ | 30.7 | 32.16 | 8.86 | - |
| YUV | 149.3 | 77.61 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 60 | 0 | 0.16 | 0.67 | 0.29 | 45.5 | 0.5 | 0.47 |
| Hex | B4 | 97 | 3C | 0 | 10 | 43 | 1D | 2E | 32 | 2F |
| Octal | 264 | 227 | 74 | 0 | 20 | 103 | 35 | 56 | 62 | 57 |
| Binary | 10110100 | 10010111 | 111100 | 0 | 10000 | 1000011 | 11101 | 101110 | 110010 | 101111 |
Color Harmonies of #B4973C
Complementary color
Monochromatic Colors of #B4973C
Black with #B4973C
Text Example
Text Example
White with #B4973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4973C; }
p { color: rgb(180,151,60); }
H1.HeaderClassName
{
color: #B4973C;
}
.AnyTagClassName
{
color: #B4973C;
}
</style>
background-color css
<style>
a { background-color: #B4973C; }
a { background-color: rgb(180,151,60); }
div.DivClassName
{
background-color: #B4973C;
}
.BgClassName
{
background-color: #B4973C;
}
</style>
border-color css
<style>
span { border-color: #B4973C; }
span { border-color: rgb(180,151,60); }
td.TdClassName
{
border-color: #B4973C;
}
.TagClassName
{
border-color: #B4973C;
}
</style>