Shades of Roti #B2973C
Tints of Roti #B2973C
RGB
CMYK
RGB Variations
Color information
#B2973C (or 0xB2973C) is known color: Roti. HEX triplet: B2, 97 and 3C. RGB value is (178,151,60). Sum of RGB (Red+Green+Blue) = 178+151+60=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B2973C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2973C is #4D68C3. Grayscale: #959595. Windows color (decimal): -5073092 or 3970994. OLE color: 3970994.
HSL color Cylindrical-coordinate representation of color #B2973C: hue angle of 46.27º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2973C is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 151 | 60 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.30 |
| HSL | 46.27º | 0.5% | 0.47% | - |
| HSV(B) | 46.27º | 0.66% | 0.7% | - |
| XYZ | 30.24 | 31.92 | 8.84 | - |
| YUV | 148.7 | 77.95 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 151 | 60 | 0 | 0.15 | 0.66 | 0.30 | 46.27 | 0.5 | 0.47 |
| Hex | B2 | 97 | 3C | 0 | F | 42 | 1E | 2E | 32 | 2F |
| Octal | 262 | 227 | 74 | 0 | 17 | 102 | 36 | 56 | 62 | 57 |
| Binary | 10110010 | 10010111 | 111100 | 0 | 1111 | 1000010 | 11110 | 101110 | 110010 | 101111 |
Color Harmonies of #B2973C
Complementary color
Monochromatic Colors of #B2973C
Black with #B2973C
Text Example
Text Example
White with #B2973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2973C; }
p { color: rgb(178,151,60); }
H1.HeaderClassName
{
color: #B2973C;
}
.AnyTagClassName
{
color: #B2973C;
}
</style>
background-color css
<style>
a { background-color: #B2973C; }
a { background-color: rgb(178,151,60); }
div.DivClassName
{
background-color: #B2973C;
}
.BgClassName
{
background-color: #B2973C;
}
</style>
border-color css
<style>
span { border-color: #B2973C; }
span { border-color: rgb(178,151,60); }
td.TdClassName
{
border-color: #B2973C;
}
.TagClassName
{
border-color: #B2973C;
}
</style>