Shades of Rich Gold #B0581B
Tints of Rich Gold #B0581B
RGB
CMYK
RGB Variations
Color information
#B0581B (or 0xB0581B) is known color: Rich Gold. HEX triplet: B0, 58 and 1B. RGB value is (176,88,27). Sum of RGB (Red+Green+Blue) = 176+88+27=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B0581B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0581B is #4FA7E4. Grayscale: #6B6B6B. Windows color (decimal): -5220325 or 1792176. OLE color: 1792176.
HSL color Cylindrical-coordinate representation of color #B0581B: hue angle of 24.56º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0581B is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 27 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.31 |
| HSL | 24.56º | 0.73% | 0.4% | - |
| HSV(B) | 24.56º | 0.85% | 0.69% | - |
| XYZ | 21.59 | 16.29 | 3.04 | - |
| YUV | 107.36 | 82.65 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 27 | 0 | 0.50 | 0.85 | 0.31 | 24.56 | 0.73 | 0.4 |
| Hex | B0 | 58 | 1B | 0 | 32 | 55 | 1F | 19 | 49 | 28 |
| Octal | 260 | 130 | 33 | 0 | 62 | 125 | 37 | 31 | 111 | 50 |
| Binary | 10110000 | 1011000 | 11011 | 0 | 110010 | 1010101 | 11111 | 11001 | 1001001 | 101000 |
Color Harmonies of #B0581B
Complementary color
Monochromatic Colors of #B0581B
Black with #B0581B
Text Example
Text Example
White with #B0581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0581B; }
p { color: rgb(176,88,27); }
H1.HeaderClassName
{
color: #B0581B;
}
.AnyTagClassName
{
color: #B0581B;
}
</style>
background-color css
<style>
a { background-color: #B0581B; }
a { background-color: rgb(176,88,27); }
div.DivClassName
{
background-color: #B0581B;
}
.BgClassName
{
background-color: #B0581B;
}
</style>
border-color css
<style>
span { border-color: #B0581B; }
span { border-color: rgb(176,88,27); }
td.TdClassName
{
border-color: #B0581B;
}
.TagClassName
{
border-color: #B0581B;
}
</style>