Shades of Roti #B8933D
Tints of Roti #B8933D
RGB
CMYK
RGB Variations
Color information
#B8933D (or 0xB8933D) is known color: Roti. HEX triplet: B8, 93 and 3D. RGB value is (184,147,61). Sum of RGB (Red+Green+Blue) = 184+147+61=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B8933D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8933D is #476CC2. Grayscale: #949494. Windows color (decimal): -4680899 or 4035512. OLE color: 4035512.
HSL color Cylindrical-coordinate representation of color #B8933D: hue angle of 41.95º degrees, saturation: 0.5, 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 #B8933D is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 61 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.28 |
| HSL | 41.95º | 0.5% | 0.48% | - |
| HSV(B) | 41.95º | 0.67% | 0.72% | - |
| XYZ | 31.04 | 31.39 | 8.84 | - |
| YUV | 148.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 61 | 0 | 0.20 | 0.67 | 0.28 | 41.95 | 0.5 | 0.48 |
| Hex | B8 | 93 | 3D | 0 | 14 | 43 | 1C | 2A | 32 | 30 |
| Octal | 270 | 223 | 75 | 0 | 24 | 103 | 34 | 52 | 62 | 60 |
| Binary | 10111000 | 10010011 | 111101 | 0 | 10100 | 1000011 | 11100 | 101010 | 110010 | 110000 |
Color Harmonies of #B8933D
Complementary color
Monochromatic Colors of #B8933D
Black with #B8933D
Text Example
Text Example
White with #B8933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8933D; }
p { color: rgb(184,147,61); }
H1.HeaderClassName
{
color: #B8933D;
}
.AnyTagClassName
{
color: #B8933D;
}
</style>
background-color css
<style>
a { background-color: #B8933D; }
a { background-color: rgb(184,147,61); }
div.DivClassName
{
background-color: #B8933D;
}
.BgClassName
{
background-color: #B8933D;
}
</style>
border-color css
<style>
span { border-color: #B8933D; }
span { border-color: rgb(184,147,61); }
td.TdClassName
{
border-color: #B8933D;
}
.TagClassName
{
border-color: #B8933D;
}
</style>