Shades of Roti #B5923D
Tints of Roti #B5923D
RGB
CMYK
RGB Variations
Color information
#B5923D (or 0xB5923D) is known color: Roti. HEX triplet: B5, 92 and 3D. RGB value is (181,146,61). Sum of RGB (Red+Green+Blue) = 181+146+61=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5923D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5923D is #4A6DC2. Grayscale: #939393. Windows color (decimal): -4877763 or 4035253. OLE color: 4035253.
HSL color Cylindrical-coordinate representation of color #B5923D: hue angle of 42.5º degrees, saturation: 0.5, 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 #B5923D is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 61 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.29 |
| HSL | 42.5º | 0.5% | 0.47% | - |
| HSV(B) | 42.5º | 0.66% | 0.71% | - |
| XYZ | 30.18 | 30.72 | 8.75 | - |
| YUV | 146.78 | 79.6 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 61 | 0 | 0.19 | 0.66 | 0.29 | 42.5 | 0.5 | 0.47 |
| Hex | B5 | 92 | 3D | 0 | 13 | 42 | 1D | 2A | 32 | 2F |
| Octal | 265 | 222 | 75 | 0 | 23 | 102 | 35 | 52 | 62 | 57 |
| Binary | 10110101 | 10010010 | 111101 | 0 | 10011 | 1000010 | 11101 | 101010 | 110010 | 101111 |
Color Harmonies of #B5923D
Complementary color
Monochromatic Colors of #B5923D
Black with #B5923D
Text Example
Text Example
White with #B5923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5923D; }
p { color: rgb(181,146,61); }
H1.HeaderClassName
{
color: #B5923D;
}
.AnyTagClassName
{
color: #B5923D;
}
</style>
background-color css
<style>
a { background-color: #B5923D; }
a { background-color: rgb(181,146,61); }
div.DivClassName
{
background-color: #B5923D;
}
.BgClassName
{
background-color: #B5923D;
}
</style>
border-color css
<style>
span { border-color: #B5923D; }
span { border-color: rgb(181,146,61); }
td.TdClassName
{
border-color: #B5923D;
}
.TagClassName
{
border-color: #B5923D;
}
</style>