Shades of Roti #B89242
Tints of Roti #B89242
RGB
CMYK
RGB Variations
Color information
#B89242 (or 0xB89242) is known color: Roti. HEX triplet: B8, 92 and 42. RGB value is (184,146,66). Sum of RGB (Red+Green+Blue) = 184+146+66=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B89242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89242 is #476DBD. Grayscale: #949494. Windows color (decimal): -4681150 or 4362936. OLE color: 4362936.
HSL color Cylindrical-coordinate representation of color #B89242: hue angle of 40.68º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B89242 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 66 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.28 |
| HSL | 40.68º | 0.47% | 0.49% | - |
| HSV(B) | 40.68º | 0.64% | 0.72% | - |
| XYZ | 31.03 | 31.14 | 9.53 | - |
| YUV | 148.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 66 | 0 | 0.21 | 0.64 | 0.28 | 40.68 | 0.47 | 0.49 |
| Hex | B8 | 92 | 42 | 0 | 15 | 40 | 1C | 29 | 2F | 31 |
| Octal | 270 | 222 | 102 | 0 | 25 | 100 | 34 | 51 | 57 | 61 |
| Binary | 10111000 | 10010010 | 1000010 | 0 | 10101 | 1000000 | 11100 | 101001 | 101111 | 110001 |
Color Harmonies of #B89242
Complementary color
Monochromatic Colors of #B89242
Black with #B89242
Text Example
Text Example
White with #B89242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89242; }
p { color: rgb(184,146,66); }
H1.HeaderClassName
{
color: #B89242;
}
.AnyTagClassName
{
color: #B89242;
}
</style>
background-color css
<style>
a { background-color: #B89242; }
a { background-color: rgb(184,146,66); }
div.DivClassName
{
background-color: #B89242;
}
.BgClassName
{
background-color: #B89242;
}
</style>
border-color css
<style>
span { border-color: #B89242; }
span { border-color: rgb(184,146,66); }
td.TdClassName
{
border-color: #B89242;
}
.TagClassName
{
border-color: #B89242;
}
</style>