Shades of Roti #B89A3C
Tints of Roti #B89A3C
RGB
CMYK
RGB Variations
Color information
#B89A3C (or 0xB89A3C) is known color: Roti. HEX triplet: B8, 9A and 3C. RGB value is (184,154,60). Sum of RGB (Red+Green+Blue) = 184+154+60=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89A3C is #4765C3. Grayscale: #989898. Windows color (decimal): -4679108 or 3971768. OLE color: 3971768.
HSL color Cylindrical-coordinate representation of color #B89A3C: hue angle of 45.48º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B89A3C is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 154 | 60 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.28 |
| HSL | 45.48º | 0.51% | 0.48% | - |
| HSV(B) | 45.48º | 0.67% | 0.72% | - |
| XYZ | 32.14 | 33.63 | 9.07 | - |
| YUV | 152.25 | 75.94 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 60 | 0 | 0.16 | 0.67 | 0.28 | 45.48 | 0.51 | 0.48 |
| Hex | B8 | 9A | 3C | 0 | 10 | 43 | 1C | 2D | 33 | 30 |
| Octal | 270 | 232 | 74 | 0 | 20 | 103 | 34 | 55 | 63 | 60 |
| Binary | 10111000 | 10011010 | 111100 | 0 | 10000 | 1000011 | 11100 | 101101 | 110011 | 110000 |
Color Harmonies of #B89A3C
Complementary color
Monochromatic Colors of #B89A3C
Black with #B89A3C
Text Example
Text Example
White with #B89A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89A3C; }
p { color: rgb(184,154,60); }
H1.HeaderClassName
{
color: #B89A3C;
}
.AnyTagClassName
{
color: #B89A3C;
}
</style>
background-color css
<style>
a { background-color: #B89A3C; }
a { background-color: rgb(184,154,60); }
div.DivClassName
{
background-color: #B89A3C;
}
.BgClassName
{
background-color: #B89A3C;
}
</style>
border-color css
<style>
span { border-color: #B89A3C; }
span { border-color: rgb(184,154,60); }
td.TdClassName
{
border-color: #B89A3C;
}
.TagClassName
{
border-color: #B89A3C;
}
</style>