Shades of Rich Gold #B05A1C
Tints of Rich Gold #B05A1C
RGB
CMYK
RGB Variations
Color information
#B05A1C (or 0xB05A1C) is known color: Rich Gold. HEX triplet: B0, 5A and 1C. RGB value is (176,90,28). Sum of RGB (Red+Green+Blue) = 176+90+28=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A1C is #4FA5E3. Grayscale: #6C6C6C. Windows color (decimal): -5219812 or 1858224. OLE color: 1858224.
HSL color Cylindrical-coordinate representation of color #B05A1C: hue angle of 25.14º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B05A1C is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 28 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.31 |
| HSL | 25.14º | 0.73% | 0.4% | - |
| HSV(B) | 25.14º | 0.84% | 0.69% | - |
| XYZ | 21.77 | 16.63 | 3.16 | - |
| YUV | 108.65 | 82.49 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 28 | 0 | 0.49 | 0.84 | 0.31 | 25.14 | 0.73 | 0.4 |
| Hex | B0 | 5A | 1C | 0 | 31 | 54 | 1F | 19 | 49 | 28 |
| Octal | 260 | 132 | 34 | 0 | 61 | 124 | 37 | 31 | 111 | 50 |
| Binary | 10110000 | 1011010 | 11100 | 0 | 110001 | 1010100 | 11111 | 11001 | 1001001 | 101000 |
Color Harmonies of #B05A1C
Complementary color
Monochromatic Colors of #B05A1C
Black with #B05A1C
Text Example
Text Example
White with #B05A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A1C; }
p { color: rgb(176,90,28); }
H1.HeaderClassName
{
color: #B05A1C;
}
.AnyTagClassName
{
color: #B05A1C;
}
</style>
background-color css
<style>
a { background-color: #B05A1C; }
a { background-color: rgb(176,90,28); }
div.DivClassName
{
background-color: #B05A1C;
}
.BgClassName
{
background-color: #B05A1C;
}
</style>
border-color css
<style>
span { border-color: #B05A1C; }
span { border-color: rgb(176,90,28); }
td.TdClassName
{
border-color: #B05A1C;
}
.TagClassName
{
border-color: #B05A1C;
}
</style>