Shades of Roti #B5993C
Tints of Roti #B5993C
RGB
CMYK
RGB Variations
Color information
#B5993C (or 0xB5993C) is known color: Roti. HEX triplet: B5, 99 and 3C. RGB value is (181,153,60). Sum of RGB (Red+Green+Blue) = 181+153+60=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5993C is #4A66C3. Grayscale: #979797. Windows color (decimal): -4875972 or 3971509. OLE color: 3971509.
HSL color Cylindrical-coordinate representation of color #B5993C: hue angle of 46.12º 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 #B5993C is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 60 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.29 |
| HSL | 46.12º | 0.5% | 0.47% | - |
| HSV(B) | 46.12º | 0.67% | 0.71% | - |
| XYZ | 31.26 | 32.93 | 8.98 | - |
| YUV | 150.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 60 | 0 | 0.15 | 0.67 | 0.29 | 46.12 | 0.5 | 0.47 |
| Hex | B5 | 99 | 3C | 0 | F | 43 | 1D | 2E | 32 | 2F |
| Octal | 265 | 231 | 74 | 0 | 17 | 103 | 35 | 56 | 62 | 57 |
| Binary | 10110101 | 10011001 | 111100 | 0 | 1111 | 1000011 | 11101 | 101110 | 110010 | 101111 |
Color Harmonies of #B5993C
Complementary color
Monochromatic Colors of #B5993C
Black with #B5993C
Text Example
Text Example
White with #B5993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5993C; }
p { color: rgb(181,153,60); }
H1.HeaderClassName
{
color: #B5993C;
}
.AnyTagClassName
{
color: #B5993C;
}
</style>
background-color css
<style>
a { background-color: #B5993C; }
a { background-color: rgb(181,153,60); }
div.DivClassName
{
background-color: #B5993C;
}
.BgClassName
{
background-color: #B5993C;
}
</style>
border-color css
<style>
span { border-color: #B5993C; }
span { border-color: rgb(181,153,60); }
td.TdClassName
{
border-color: #B5993C;
}
.TagClassName
{
border-color: #B5993C;
}
</style>