Shades of Pirate Gold #BD742A
Tints of Pirate Gold #BD742A
RGB
CMYK
RGB Variations
Color information
#BD742A (or 0xBD742A) is known color: Pirate Gold. HEX triplet: BD, 74 and 2A. RGB value is (189,116,42). Sum of RGB (Red+Green+Blue) = 189+116+42=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD742A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD742A is #428BD5. Grayscale: #818181. Windows color (decimal): -4361174 or 2782397. OLE color: 2782397.
HSL color Cylindrical-coordinate representation of color #BD742A: hue angle of 30.2º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD742A is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 116 | 42 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.26 |
| HSL | 30.2º | 0.64% | 0.45% | - |
| HSV(B) | 30.2º | 0.78% | 0.74% | - |
| XYZ | 27.65 | 23.48 | 5.26 | - |
| YUV | 129.39 | 78.68 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 42 | 0 | 0.39 | 0.78 | 0.26 | 30.2 | 0.64 | 0.45 |
| Hex | BD | 74 | 2A | 0 | 27 | 4E | 1A | 1E | 40 | 2D |
| Octal | 275 | 164 | 52 | 0 | 47 | 116 | 32 | 36 | 100 | 55 |
| Binary | 10111101 | 1110100 | 101010 | 0 | 100111 | 1001110 | 11010 | 11110 | 1000000 | 101101 |
Color Harmonies of #BD742A
Complementary color
Monochromatic Colors of #BD742A
Black with #BD742A
Text Example
Text Example
White with #BD742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD742A; }
p { color: rgb(189,116,42); }
H1.HeaderClassName
{
color: #BD742A;
}
.AnyTagClassName
{
color: #BD742A;
}
</style>
background-color css
<style>
a { background-color: #BD742A; }
a { background-color: rgb(189,116,42); }
div.DivClassName
{
background-color: #BD742A;
}
.BgClassName
{
background-color: #BD742A;
}
</style>
border-color css
<style>
span { border-color: #BD742A; }
span { border-color: rgb(189,116,42); }
td.TdClassName
{
border-color: #BD742A;
}
.TagClassName
{
border-color: #BD742A;
}
</style>