Shades of Rich Gold #B25D14
Tints of Rich Gold #B25D14
RGB
CMYK
RGB Variations
Color information
#B25D14 (or 0xB25D14) is known color: Rich Gold. HEX triplet: B2, 5D and 14. RGB value is (178,93,20). Sum of RGB (Red+Green+Blue) = 178+93+20=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25D14 is #4DA2EB. Grayscale: #6E6E6E. Windows color (decimal): -5087980 or 1334706. OLE color: 1334706.
HSL color Cylindrical-coordinate representation of color #B25D14: hue angle of 27.72º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B25D14 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 93 | 20 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.30 |
| HSL | 27.72º | 0.8% | 0.39% | - |
| HSV(B) | 27.72º | 0.89% | 0.7% | - |
| XYZ | 22.4 | 17.34 | 2.83 | - |
| YUV | 110.09 | 77.16 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 20 | 0 | 0.48 | 0.89 | 0.30 | 27.72 | 0.8 | 0.39 |
| Hex | B2 | 5D | 14 | 0 | 30 | 59 | 1E | 1C | 50 | 27 |
| Octal | 262 | 135 | 24 | 0 | 60 | 131 | 36 | 34 | 120 | 47 |
| Binary | 10110010 | 1011101 | 10100 | 0 | 110000 | 1011001 | 11110 | 11100 | 1010000 | 100111 |
Color Harmonies of #B25D14
Complementary color
Monochromatic Colors of #B25D14
Black with #B25D14
Text Example
Text Example
White with #B25D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25D14; }
p { color: rgb(178,93,20); }
H1.HeaderClassName
{
color: #B25D14;
}
.AnyTagClassName
{
color: #B25D14;
}
</style>
background-color css
<style>
a { background-color: #B25D14; }
a { background-color: rgb(178,93,20); }
div.DivClassName
{
background-color: #B25D14;
}
.BgClassName
{
background-color: #B25D14;
}
</style>
border-color css
<style>
span { border-color: #B25D14; }
span { border-color: rgb(178,93,20); }
td.TdClassName
{
border-color: #B25D14;
}
.TagClassName
{
border-color: #B25D14;
}
</style>