Shades of Roti #B2973D
Tints of Roti #B2973D
RGB
CMYK
RGB Variations
Color information
#B2973D (or 0xB2973D) is known color: Roti. HEX triplet: B2, 97 and 3D. RGB value is (178,151,61). Sum of RGB (Red+Green+Blue) = 178+151+61=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2973D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2973D is #4D68C2. Grayscale: #959595. Windows color (decimal): -5073091 or 4036530. OLE color: 4036530.
HSL color Cylindrical-coordinate representation of color #B2973D: hue angle of 46.15º degrees, saturation: 0.49, 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 #B2973D is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 151 | 61 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.30 |
| HSL | 46.15º | 0.49% | 0.47% | - |
| HSV(B) | 46.15º | 0.66% | 0.7% | - |
| XYZ | 30.27 | 31.94 | 8.98 | - |
| YUV | 148.81 | 78.45 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 151 | 61 | 0 | 0.15 | 0.66 | 0.30 | 46.15 | 0.49 | 0.47 |
| Hex | B2 | 97 | 3D | 0 | F | 42 | 1E | 2E | 31 | 2F |
| Octal | 262 | 227 | 75 | 0 | 17 | 102 | 36 | 56 | 61 | 57 |
| Binary | 10110010 | 10010111 | 111101 | 0 | 1111 | 1000010 | 11110 | 101110 | 110001 | 101111 |
Color Harmonies of #B2973D
Complementary color
Monochromatic Colors of #B2973D
Black with #B2973D
Text Example
Text Example
White with #B2973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2973D; }
p { color: rgb(178,151,61); }
H1.HeaderClassName
{
color: #B2973D;
}
.AnyTagClassName
{
color: #B2973D;
}
</style>
background-color css
<style>
a { background-color: #B2973D; }
a { background-color: rgb(178,151,61); }
div.DivClassName
{
background-color: #B2973D;
}
.BgClassName
{
background-color: #B2973D;
}
</style>
border-color css
<style>
span { border-color: #B2973D; }
span { border-color: rgb(178,151,61); }
td.TdClassName
{
border-color: #B2973D;
}
.TagClassName
{
border-color: #B2973D;
}
</style>