Shades of Turmeric #B0904B
Tints of Turmeric #B0904B
RGB
CMYK
RGB Variations
Color information
#B0904B (or 0xB0904B) is known color: Turmeric. HEX triplet: B0, 90 and 4B. RGB value is (176,144,75). Sum of RGB (Red+Green+Blue) = 176+144+75=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B0904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0904B is #4F6FB4. Grayscale: #929292. Windows color (decimal): -5205941 or 4952240. OLE color: 4952240.
HSL color Cylindrical-coordinate representation of color #B0904B: hue angle of 40.99º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0904B is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 75 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.31 |
| HSL | 40.99º | 0.4% | 0.49% | - |
| HSV(B) | 40.99º | 0.57% | 0.69% | - |
| XYZ | 29.15 | 29.68 | 10.85 | - |
| YUV | 145.7 | 88.1 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 75 | 0 | 0.18 | 0.57 | 0.31 | 40.99 | 0.4 | 0.49 |
| Hex | B0 | 90 | 4B | 0 | 12 | 39 | 1F | 29 | 28 | 31 |
| Octal | 260 | 220 | 113 | 0 | 22 | 71 | 37 | 51 | 50 | 61 |
| Binary | 10110000 | 10010000 | 1001011 | 0 | 10010 | 111001 | 11111 | 101001 | 101000 | 110001 |
Color Harmonies of #B0904B
Complementary color
Monochromatic Colors of #B0904B
Black with #B0904B
Text Example
Text Example
White with #B0904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0904B; }
p { color: rgb(176,144,75); }
H1.HeaderClassName
{
color: #B0904B;
}
.AnyTagClassName
{
color: #B0904B;
}
</style>
background-color css
<style>
a { background-color: #B0904B; }
a { background-color: rgb(176,144,75); }
div.DivClassName
{
background-color: #B0904B;
}
.BgClassName
{
background-color: #B0904B;
}
</style>
border-color css
<style>
span { border-color: #B0904B; }
span { border-color: rgb(176,144,75); }
td.TdClassName
{
border-color: #B0904B;
}
.TagClassName
{
border-color: #B0904B;
}
</style>