Shades of Roti #B89B3F
Tints of Roti #B89B3F
RGB
CMYK
RGB Variations
Color information
#B89B3F (or 0xB89B3F) is known color: Roti. HEX triplet: B8, 9B and 3F. RGB value is (184,155,63). Sum of RGB (Red+Green+Blue) = 184+155+63=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89B3F is #4764C0. Grayscale: #999999. Windows color (decimal): -4678849 or 4168632. OLE color: 4168632.
HSL color Cylindrical-coordinate representation of color #B89B3F: hue angle of 45.62º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B89B3F is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 155 | 63 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.28 |
| HSL | 45.62º | 0.49% | 0.48% | - |
| HSV(B) | 45.62º | 0.66% | 0.72% | - |
| XYZ | 32.39 | 33.99 | 9.56 | - |
| YUV | 153.18 | 77.11 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 63 | 0 | 0.16 | 0.66 | 0.28 | 45.62 | 0.49 | 0.48 |
| Hex | B8 | 9B | 3F | 0 | 10 | 42 | 1C | 2E | 31 | 30 |
| Octal | 270 | 233 | 77 | 0 | 20 | 102 | 34 | 56 | 61 | 60 |
| Binary | 10111000 | 10011011 | 111111 | 0 | 10000 | 1000010 | 11100 | 101110 | 110001 | 110000 |
Color Harmonies of #B89B3F
Complementary color
Monochromatic Colors of #B89B3F
Black with #B89B3F
Text Example
Text Example
White with #B89B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89B3F; }
p { color: rgb(184,155,63); }
H1.HeaderClassName
{
color: #B89B3F;
}
.AnyTagClassName
{
color: #B89B3F;
}
</style>
background-color css
<style>
a { background-color: #B89B3F; }
a { background-color: rgb(184,155,63); }
div.DivClassName
{
background-color: #B89B3F;
}
.BgClassName
{
background-color: #B89B3F;
}
</style>
border-color css
<style>
span { border-color: #B89B3F; }
span { border-color: rgb(184,155,63); }
td.TdClassName
{
border-color: #B89B3F;
}
.TagClassName
{
border-color: #B89B3F;
}
</style>