Shades of Roti #B4973D
Tints of Roti #B4973D
RGB
CMYK
RGB Variations
Color information
#B4973D (or 0xB4973D) is known color: Roti. HEX triplet: B4, 97 and 3D. RGB value is (180,151,61). Sum of RGB (Red+Green+Blue) = 180+151+61=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B4973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4973D is #4B68C2. Grayscale: #959595. Windows color (decimal): -4942019 or 4036532. OLE color: 4036532.
HSL color Cylindrical-coordinate representation of color #B4973D: hue angle of 45.38º 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 #B4973D is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 151 | 61 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.29 |
| HSL | 45.38º | 0.49% | 0.47% | - |
| HSV(B) | 45.38º | 0.66% | 0.71% | - |
| XYZ | 30.73 | 32.17 | 9.01 | - |
| YUV | 149.41 | 78.11 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 61 | 0 | 0.16 | 0.66 | 0.29 | 45.38 | 0.49 | 0.47 |
| Hex | B4 | 97 | 3D | 0 | 10 | 42 | 1D | 2D | 31 | 2F |
| Octal | 264 | 227 | 75 | 0 | 20 | 102 | 35 | 55 | 61 | 57 |
| Binary | 10110100 | 10010111 | 111101 | 0 | 10000 | 1000010 | 11101 | 101101 | 110001 | 101111 |
Color Harmonies of #B4973D
Complementary color
Monochromatic Colors of #B4973D
Black with #B4973D
Text Example
Text Example
White with #B4973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4973D; }
p { color: rgb(180,151,61); }
H1.HeaderClassName
{
color: #B4973D;
}
.AnyTagClassName
{
color: #B4973D;
}
</style>
background-color css
<style>
a { background-color: #B4973D; }
a { background-color: rgb(180,151,61); }
div.DivClassName
{
background-color: #B4973D;
}
.BgClassName
{
background-color: #B4973D;
}
</style>
border-color css
<style>
span { border-color: #B4973D; }
span { border-color: rgb(180,151,61); }
td.TdClassName
{
border-color: #B4973D;
}
.TagClassName
{
border-color: #B4973D;
}
</style>