Shades of Roti #B09C41
Tints of Roti #B09C41
RGB
CMYK
RGB Variations
Color information
#B09C41 (or 0xB09C41) is known color: Roti. HEX triplet: B0, 9C and 41. RGB value is (176,156,65). Sum of RGB (Red+Green+Blue) = 176+156+65=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09C41 is #4F63BE. Grayscale: #979797. Windows color (decimal): -5202879 or 4299952. OLE color: 4299952.
HSL color Cylindrical-coordinate representation of color #B09C41: hue angle of 49.19º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B09C41 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 65 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.31 |
| HSL | 49.19º | 0.46% | 0.47% | - |
| HSV(B) | 49.19º | 0.63% | 0.69% | - |
| XYZ | 30.75 | 33.39 | 9.83 | - |
| YUV | 151.61 | 79.13 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 65 | 0 | 0.11 | 0.63 | 0.31 | 49.19 | 0.46 | 0.47 |
| Hex | B0 | 9C | 41 | 0 | B | 3F | 1F | 31 | 2E | 2F |
| Octal | 260 | 234 | 101 | 0 | 13 | 77 | 37 | 61 | 56 | 57 |
| Binary | 10110000 | 10011100 | 1000001 | 0 | 1011 | 111111 | 11111 | 110001 | 101110 | 101111 |
Color Harmonies of #B09C41
Complementary color
Monochromatic Colors of #B09C41
Black with #B09C41
Text Example
Text Example
White with #B09C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C41; }
p { color: rgb(176,156,65); }
H1.HeaderClassName
{
color: #B09C41;
}
.AnyTagClassName
{
color: #B09C41;
}
</style>
background-color css
<style>
a { background-color: #B09C41; }
a { background-color: rgb(176,156,65); }
div.DivClassName
{
background-color: #B09C41;
}
.BgClassName
{
background-color: #B09C41;
}
</style>
border-color css
<style>
span { border-color: #B09C41; }
span { border-color: rgb(176,156,65); }
td.TdClassName
{
border-color: #B09C41;
}
.TagClassName
{
border-color: #B09C41;
}
</style>