Shades of Roti #B8953B
Tints of Roti #B8953B
RGB
CMYK
RGB Variations
Color information
#B8953B (or 0xB8953B) is known color: Roti. HEX triplet: B8, 95 and 3B. RGB value is (184,149,59). Sum of RGB (Red+Green+Blue) = 184+149+59=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 59 (23.44% from 255 or 15.05% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B8953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8953B is #476AC4. Grayscale: #959595. Windows color (decimal): -4680389 or 3904952. OLE color: 3904952.
HSL color Cylindrical-coordinate representation of color #B8953B: hue angle of 43.2º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8953B is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 59 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.28 |
| HSL | 43.2º | 0.51% | 0.48% | - |
| HSV(B) | 43.2º | 0.68% | 0.72% | - |
| XYZ | 31.3 | 32 | 8.66 | - |
| YUV | 149.21 | 77.1 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 59 | 0 | 0.19 | 0.68 | 0.28 | 43.2 | 0.51 | 0.48 |
| Hex | B8 | 95 | 3B | 0 | 13 | 44 | 1C | 2B | 33 | 30 |
| Octal | 270 | 225 | 73 | 0 | 23 | 104 | 34 | 53 | 63 | 60 |
| Binary | 10111000 | 10010101 | 111011 | 0 | 10011 | 1000100 | 11100 | 101011 | 110011 | 110000 |
Color Harmonies of #B8953B
Complementary color
Monochromatic Colors of #B8953B
Black with #B8953B
Text Example
Text Example
White with #B8953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8953B; }
p { color: rgb(184,149,59); }
H1.HeaderClassName
{
color: #B8953B;
}
.AnyTagClassName
{
color: #B8953B;
}
</style>
background-color css
<style>
a { background-color: #B8953B; }
a { background-color: rgb(184,149,59); }
div.DivClassName
{
background-color: #B8953B;
}
.BgClassName
{
background-color: #B8953B;
}
</style>
border-color css
<style>
span { border-color: #B8953B; }
span { border-color: rgb(184,149,59); }
td.TdClassName
{
border-color: #B8953B;
}
.TagClassName
{
border-color: #B8953B;
}
</style>