Shades of Roti #B4993C
Tints of Roti #B4993C
RGB
CMYK
RGB Variations
Color information
#B4993C (or 0xB4993C) is known color: Roti. HEX triplet: B4, 99 and 3C. RGB value is (180,153,60). Sum of RGB (Red+Green+Blue) = 180+153+60=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B4993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4993C is #4B66C3. Grayscale: #969696. Windows color (decimal): -4941508 or 3971508. OLE color: 3971508.
HSL color Cylindrical-coordinate representation of color #B4993C: hue angle of 46.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4993C is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 153 | 60 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.29 |
| HSL | 46.5º | 0.5% | 0.47% | - |
| HSV(B) | 46.5º | 0.67% | 0.71% | - |
| XYZ | 31.03 | 32.81 | 8.97 | - |
| YUV | 150.47 | 76.95 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 60 | 0 | 0.15 | 0.67 | 0.29 | 46.5 | 0.5 | 0.47 |
| Hex | B4 | 99 | 3C | 0 | F | 43 | 1D | 2E | 32 | 2F |
| Octal | 264 | 231 | 74 | 0 | 17 | 103 | 35 | 56 | 62 | 57 |
| Binary | 10110100 | 10011001 | 111100 | 0 | 1111 | 1000011 | 11101 | 101110 | 110010 | 101111 |
Color Harmonies of #B4993C
Complementary color
Monochromatic Colors of #B4993C
Black with #B4993C
Text Example
Text Example
White with #B4993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4993C; }
p { color: rgb(180,153,60); }
H1.HeaderClassName
{
color: #B4993C;
}
.AnyTagClassName
{
color: #B4993C;
}
</style>
background-color css
<style>
a { background-color: #B4993C; }
a { background-color: rgb(180,153,60); }
div.DivClassName
{
background-color: #B4993C;
}
.BgClassName
{
background-color: #B4993C;
}
</style>
border-color css
<style>
span { border-color: #B4993C; }
span { border-color: rgb(180,153,60); }
td.TdClassName
{
border-color: #B4993C;
}
.TagClassName
{
border-color: #B4993C;
}
</style>