Shades of Roti #B4983D
Tints of Roti #B4983D
RGB
CMYK
RGB Variations
Color information
#B4983D (or 0xB4983D) is known color: Roti. HEX triplet: B4, 98 and 3D. RGB value is (180,152,61). Sum of RGB (Red+Green+Blue) = 180+152+61=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B4983D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4983D is #4B67C2. Grayscale: #969696. Windows color (decimal): -4941763 or 4036788. OLE color: 4036788.
HSL color Cylindrical-coordinate representation of color #B4983D: hue angle of 45.88º 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 #B4983D is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 152 | 61 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.29 |
| HSL | 45.88º | 0.49% | 0.47% | - |
| HSV(B) | 45.88º | 0.66% | 0.71% | - |
| XYZ | 30.89 | 32.5 | 9.06 | - |
| YUV | 150 | 77.78 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 61 | 0 | 0.16 | 0.66 | 0.29 | 45.88 | 0.49 | 0.47 |
| Hex | B4 | 98 | 3D | 0 | 10 | 42 | 1D | 2E | 31 | 2F |
| Octal | 264 | 230 | 75 | 0 | 20 | 102 | 35 | 56 | 61 | 57 |
| Binary | 10110100 | 10011000 | 111101 | 0 | 10000 | 1000010 | 11101 | 101110 | 110001 | 101111 |
Color Harmonies of #B4983D
Complementary color
Monochromatic Colors of #B4983D
Black with #B4983D
Text Example
Text Example
White with #B4983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4983D; }
p { color: rgb(180,152,61); }
H1.HeaderClassName
{
color: #B4983D;
}
.AnyTagClassName
{
color: #B4983D;
}
</style>
background-color css
<style>
a { background-color: #B4983D; }
a { background-color: rgb(180,152,61); }
div.DivClassName
{
background-color: #B4983D;
}
.BgClassName
{
background-color: #B4983D;
}
</style>
border-color css
<style>
span { border-color: #B4983D; }
span { border-color: rgb(180,152,61); }
td.TdClassName
{
border-color: #B4983D;
}
.TagClassName
{
border-color: #B4983D;
}
</style>