Shades of Roti #B89C38
Tints of Roti #B89C38
RGB
CMYK
RGB Variations
Color information
#B89C38 (or 0xB89C38) is known color: Roti. HEX triplet: B8, 9C and 38. RGB value is (184,156,56). Sum of RGB (Red+Green+Blue) = 184+156+56=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89C38 is #4763C7. Grayscale: #999999. Windows color (decimal): -4678600 or 3710136. OLE color: 3710136.
HSL color Cylindrical-coordinate representation of color #B89C38: hue angle of 46.88º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B89C38 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 56 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.28 |
| HSL | 46.88º | 0.53% | 0.47% | - |
| HSV(B) | 46.88º | 0.7% | 0.72% | - |
| XYZ | 32.37 | 34.25 | 8.65 | - |
| YUV | 152.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 56 | 0 | 0.15 | 0.70 | 0.28 | 46.88 | 0.53 | 0.47 |
| Hex | B8 | 9C | 38 | 0 | F | 46 | 1C | 2F | 35 | 2F |
| Octal | 270 | 234 | 70 | 0 | 17 | 106 | 34 | 57 | 65 | 57 |
| Binary | 10111000 | 10011100 | 111000 | 0 | 1111 | 1000110 | 11100 | 101111 | 110101 | 101111 |
Color Harmonies of #B89C38
Complementary color
Monochromatic Colors of #B89C38
Black with #B89C38
Text Example
Text Example
White with #B89C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C38; }
p { color: rgb(184,156,56); }
H1.HeaderClassName
{
color: #B89C38;
}
.AnyTagClassName
{
color: #B89C38;
}
</style>
background-color css
<style>
a { background-color: #B89C38; }
a { background-color: rgb(184,156,56); }
div.DivClassName
{
background-color: #B89C38;
}
.BgClassName
{
background-color: #B89C38;
}
</style>
border-color css
<style>
span { border-color: #B89C38; }
span { border-color: rgb(184,156,56); }
td.TdClassName
{
border-color: #B89C38;
}
.TagClassName
{
border-color: #B89C38;
}
</style>