Shades of Roti #B0973B
Tints of Roti #B0973B
RGB
CMYK
RGB Variations
Color information
#B0973B (or 0xB0973B) is known color: Roti. HEX triplet: B0, 97 and 3B. RGB value is (176,151,59). Sum of RGB (Red+Green+Blue) = 176+151+59=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 59 (23.44% from 255 or 15.28% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0973B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0973B is #4F68C4. Grayscale: #949494. Windows color (decimal): -5204165 or 3905456. OLE color: 3905456.
HSL color Cylindrical-coordinate representation of color #B0973B: hue angle of 47.18º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0973B is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 151 | 59 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.31 |
| HSL | 47.18º | 0.5% | 0.46% | - |
| HSV(B) | 47.18º | 0.66% | 0.69% | - |
| XYZ | 29.76 | 31.68 | 8.68 | - |
| YUV | 147.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 59 | 0 | 0.14 | 0.66 | 0.31 | 47.18 | 0.5 | 0.46 |
| Hex | B0 | 97 | 3B | 0 | E | 42 | 1F | 2F | 32 | 2E |
| Octal | 260 | 227 | 73 | 0 | 16 | 102 | 37 | 57 | 62 | 56 |
| Binary | 10110000 | 10010111 | 111011 | 0 | 1110 | 1000010 | 11111 | 101111 | 110010 | 101110 |
Color Harmonies of #B0973B
Complementary color
Monochromatic Colors of #B0973B
Black with #B0973B
Text Example
Text Example
White with #B0973B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0973B; }
p { color: rgb(176,151,59); }
H1.HeaderClassName
{
color: #B0973B;
}
.AnyTagClassName
{
color: #B0973B;
}
</style>
background-color css
<style>
a { background-color: #B0973B; }
a { background-color: rgb(176,151,59); }
div.DivClassName
{
background-color: #B0973B;
}
.BgClassName
{
background-color: #B0973B;
}
</style>
border-color css
<style>
span { border-color: #B0973B; }
span { border-color: rgb(176,151,59); }
td.TdClassName
{
border-color: #B0973B;
}
.TagClassName
{
border-color: #B0973B;
}
</style>