Shades of Roti #B4953B
Tints of Roti #B4953B
RGB
CMYK
RGB Variations
Color information
#B4953B (or 0xB4953B) is known color: Roti. HEX triplet: B4, 95 and 3B. RGB value is (180,149,59). Sum of RGB (Red+Green+Blue) = 180+149+59=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 59 (23.44% from 255 or 15.21% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B4953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4953B is #4B6AC4. Grayscale: #949494. Windows color (decimal): -4942533 or 3904948. OLE color: 3904948.
HSL color Cylindrical-coordinate representation of color #B4953B: hue angle of 44.63º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4953B is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 149 | 59 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.29 |
| HSL | 44.63º | 0.51% | 0.47% | - |
| HSV(B) | 44.63º | 0.67% | 0.71% | - |
| XYZ | 30.36 | 31.51 | 8.62 | - |
| YUV | 148.01 | 77.77 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 59 | 0 | 0.17 | 0.67 | 0.29 | 44.63 | 0.51 | 0.47 |
| Hex | B4 | 95 | 3B | 0 | 11 | 43 | 1D | 2D | 33 | 2F |
| Octal | 264 | 225 | 73 | 0 | 21 | 103 | 35 | 55 | 63 | 57 |
| Binary | 10110100 | 10010101 | 111011 | 0 | 10001 | 1000011 | 11101 | 101101 | 110011 | 101111 |
Color Harmonies of #B4953B
Complementary color
Monochromatic Colors of #B4953B
Black with #B4953B
Text Example
Text Example
White with #B4953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4953B; }
p { color: rgb(180,149,59); }
H1.HeaderClassName
{
color: #B4953B;
}
.AnyTagClassName
{
color: #B4953B;
}
</style>
background-color css
<style>
a { background-color: #B4953B; }
a { background-color: rgb(180,149,59); }
div.DivClassName
{
background-color: #B4953B;
}
.BgClassName
{
background-color: #B4953B;
}
</style>
border-color css
<style>
span { border-color: #B4953B; }
span { border-color: rgb(180,149,59); }
td.TdClassName
{
border-color: #B4953B;
}
.TagClassName
{
border-color: #B4953B;
}
</style>