Shades of Roti #B0993D
Tints of Roti #B0993D
RGB
CMYK
RGB Variations
Color information
#B0993D (or 0xB0993D) is known color: Roti. HEX triplet: B0, 99 and 3D. RGB value is (176,153,61). Sum of RGB (Red+Green+Blue) = 176+153+61=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B0993D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0993D is #4F66C2. Grayscale: #959595. Windows color (decimal): -5203651 or 4037040. OLE color: 4037040.
HSL color Cylindrical-coordinate representation of color #B0993D: hue angle of 48º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0993D is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 61 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.31 |
| HSL | 48º | 0.49% | 0.46% | - |
| HSV(B) | 48º | 0.65% | 0.69% | - |
| XYZ | 30.14 | 32.35 | 9.07 | - |
| YUV | 149.39 | 78.12 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 61 | 0 | 0.13 | 0.65 | 0.31 | 48 | 0.49 | 0.46 |
| Hex | B0 | 99 | 3D | 0 | D | 41 | 1F | 30 | 31 | 2E |
| Octal | 260 | 231 | 75 | 0 | 15 | 101 | 37 | 60 | 61 | 56 |
| Binary | 10110000 | 10011001 | 111101 | 0 | 1101 | 1000001 | 11111 | 110000 | 110001 | 101110 |
Color Harmonies of #B0993D
Complementary color
Monochromatic Colors of #B0993D
Black with #B0993D
Text Example
Text Example
White with #B0993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0993D; }
p { color: rgb(176,153,61); }
H1.HeaderClassName
{
color: #B0993D;
}
.AnyTagClassName
{
color: #B0993D;
}
</style>
background-color css
<style>
a { background-color: #B0993D; }
a { background-color: rgb(176,153,61); }
div.DivClassName
{
background-color: #B0993D;
}
.BgClassName
{
background-color: #B0993D;
}
</style>
border-color css
<style>
span { border-color: #B0993D; }
span { border-color: rgb(176,153,61); }
td.TdClassName
{
border-color: #B0993D;
}
.TagClassName
{
border-color: #B0993D;
}
</style>