Shades of Roti #B7953C
Tints of Roti #B7953C
RGB
CMYK
RGB Variations
Color information
#B7953C (or 0xB7953C) is known color: Roti. HEX triplet: B7, 95 and 3C. RGB value is (183,149,60). Sum of RGB (Red+Green+Blue) = 183+149+60=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7953C is #486AC3. Grayscale: #959595. Windows color (decimal): -4745924 or 3970487. OLE color: 3970487.
HSL color Cylindrical-coordinate representation of color #B7953C: hue angle of 43.41º degrees, saturation: 0.51, 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 #B7953C is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 149 | 60 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.28 |
| HSL | 43.41º | 0.51% | 0.48% | - |
| HSV(B) | 43.41º | 0.67% | 0.72% | - |
| XYZ | 31.09 | 31.89 | 8.79 | - |
| YUV | 149.02 | 77.76 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 60 | 0 | 0.19 | 0.67 | 0.28 | 43.41 | 0.51 | 0.48 |
| Hex | B7 | 95 | 3C | 0 | 13 | 43 | 1C | 2B | 33 | 30 |
| Octal | 267 | 225 | 74 | 0 | 23 | 103 | 34 | 53 | 63 | 60 |
| Binary | 10110111 | 10010101 | 111100 | 0 | 10011 | 1000011 | 11100 | 101011 | 110011 | 110000 |
Color Harmonies of #B7953C
Complementary color
Monochromatic Colors of #B7953C
Black with #B7953C
Text Example
Text Example
White with #B7953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7953C; }
p { color: rgb(183,149,60); }
H1.HeaderClassName
{
color: #B7953C;
}
.AnyTagClassName
{
color: #B7953C;
}
</style>
background-color css
<style>
a { background-color: #B7953C; }
a { background-color: rgb(183,149,60); }
div.DivClassName
{
background-color: #B7953C;
}
.BgClassName
{
background-color: #B7953C;
}
</style>
border-color css
<style>
span { border-color: #B7953C; }
span { border-color: rgb(183,149,60); }
td.TdClassName
{
border-color: #B7953C;
}
.TagClassName
{
border-color: #B7953C;
}
</style>