Shades of Roti #B7953D
Tints of Roti #B7953D
RGB
CMYK
RGB Variations
Color information
#B7953D (or 0xB7953D) is known color: Roti. HEX triplet: B7, 95 and 3D. RGB value is (183,149,61). Sum of RGB (Red+Green+Blue) = 183+149+61=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7953D is #486AC2. Grayscale: #959595. Windows color (decimal): -4745923 or 4036023. OLE color: 4036023.
HSL color Cylindrical-coordinate representation of color #B7953D: hue angle of 43.28º 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 #B7953D is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 149 | 61 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.28 |
| HSL | 43.28º | 0.5% | 0.48% | - |
| HSV(B) | 43.28º | 0.67% | 0.72% | - |
| XYZ | 31.12 | 31.9 | 8.93 | - |
| YUV | 149.13 | 78.26 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 61 | 0 | 0.19 | 0.67 | 0.28 | 43.28 | 0.5 | 0.48 |
| Hex | B7 | 95 | 3D | 0 | 13 | 43 | 1C | 2B | 32 | 30 |
| Octal | 267 | 225 | 75 | 0 | 23 | 103 | 34 | 53 | 62 | 60 |
| Binary | 10110111 | 10010101 | 111101 | 0 | 10011 | 1000011 | 11100 | 101011 | 110010 | 110000 |
Color Harmonies of #B7953D
Complementary color
Monochromatic Colors of #B7953D
Black with #B7953D
Text Example
Text Example
White with #B7953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7953D; }
p { color: rgb(183,149,61); }
H1.HeaderClassName
{
color: #B7953D;
}
.AnyTagClassName
{
color: #B7953D;
}
</style>
background-color css
<style>
a { background-color: #B7953D; }
a { background-color: rgb(183,149,61); }
div.DivClassName
{
background-color: #B7953D;
}
.BgClassName
{
background-color: #B7953D;
}
</style>
border-color css
<style>
span { border-color: #B7953D; }
span { border-color: rgb(183,149,61); }
td.TdClassName
{
border-color: #B7953D;
}
.TagClassName
{
border-color: #B7953D;
}
</style>