Shades of Roti #B8953F
Tints of Roti #B8953F
RGB
CMYK
RGB Variations
Color information
#B8953F (or 0xB8953F) is known color: Roti. HEX triplet: B8, 95 and 3F. RGB value is (184,149,63). Sum of RGB (Red+Green+Blue) = 184+149+63=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8953F is #476AC0. Grayscale: #969696. Windows color (decimal): -4680385 or 4167096. OLE color: 4167096.
HSL color Cylindrical-coordinate representation of color #B8953F: hue angle of 42.64º 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 #B8953F is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 63 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.28 |
| HSL | 42.64º | 0.49% | 0.48% | - |
| HSV(B) | 42.64º | 0.66% | 0.72% | - |
| XYZ | 31.41 | 32.04 | 9.23 | - |
| YUV | 149.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 63 | 0 | 0.19 | 0.66 | 0.28 | 42.64 | 0.49 | 0.48 |
| Hex | B8 | 95 | 3F | 0 | 13 | 42 | 1C | 2B | 31 | 30 |
| Octal | 270 | 225 | 77 | 0 | 23 | 102 | 34 | 53 | 61 | 60 |
| Binary | 10111000 | 10010101 | 111111 | 0 | 10011 | 1000010 | 11100 | 101011 | 110001 | 110000 |
Color Harmonies of #B8953F
Complementary color
Monochromatic Colors of #B8953F
Black with #B8953F
Text Example
Text Example
White with #B8953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8953F; }
p { color: rgb(184,149,63); }
H1.HeaderClassName
{
color: #B8953F;
}
.AnyTagClassName
{
color: #B8953F;
}
</style>
background-color css
<style>
a { background-color: #B8953F; }
a { background-color: rgb(184,149,63); }
div.DivClassName
{
background-color: #B8953F;
}
.BgClassName
{
background-color: #B8953F;
}
</style>
border-color css
<style>
span { border-color: #B8953F; }
span { border-color: rgb(184,149,63); }
td.TdClassName
{
border-color: #B8953F;
}
.TagClassName
{
border-color: #B8953F;
}
</style>