Shades of Rich Gold #B2541B
Tints of Rich Gold #B2541B
RGB
CMYK
RGB Variations
Color information
#B2541B (or 0xB2541B) is known color: Rich Gold. HEX triplet: B2, 54 and 1B. RGB value is (178,84,27). Sum of RGB (Red+Green+Blue) = 178+84+27=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B2541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2541B is #4DABE4. Grayscale: #696969. Windows color (decimal): -5090277 or 1791154. OLE color: 1791154.
HSL color Cylindrical-coordinate representation of color #B2541B: hue angle of 22.65º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2541B is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 84 | 27 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.30 |
| HSL | 22.65º | 0.74% | 0.4% | - |
| HSV(B) | 22.65º | 0.85% | 0.7% | - |
| XYZ | 21.73 | 15.88 | 2.96 | - |
| YUV | 105.61 | 83.64 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 84 | 27 | 0 | 0.53 | 0.85 | 0.30 | 22.65 | 0.74 | 0.4 |
| Hex | B2 | 54 | 1B | 0 | 35 | 55 | 1E | 17 | 4A | 28 |
| Octal | 262 | 124 | 33 | 0 | 65 | 125 | 36 | 27 | 112 | 50 |
| Binary | 10110010 | 1010100 | 11011 | 0 | 110101 | 1010101 | 11110 | 10111 | 1001010 | 101000 |
Color Harmonies of #B2541B
Complementary color
Monochromatic Colors of #B2541B
Black with #B2541B
Text Example
Text Example
White with #B2541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2541B; }
p { color: rgb(178,84,27); }
H1.HeaderClassName
{
color: #B2541B;
}
.AnyTagClassName
{
color: #B2541B;
}
</style>
background-color css
<style>
a { background-color: #B2541B; }
a { background-color: rgb(178,84,27); }
div.DivClassName
{
background-color: #B2541B;
}
.BgClassName
{
background-color: #B2541B;
}
</style>
border-color css
<style>
span { border-color: #B2541B; }
span { border-color: rgb(178,84,27); }
td.TdClassName
{
border-color: #B2541B;
}
.TagClassName
{
border-color: #B2541B;
}
</style>