Shades of Pirate Gold #BD752A
Tints of Pirate Gold #BD752A
RGB
CMYK
RGB Variations
Color information
#BD752A (or 0xBD752A) is known color: Pirate Gold. HEX triplet: BD, 75 and 2A. RGB value is (189,117,42). Sum of RGB (Red+Green+Blue) = 189+117+42=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD752A is #428AD5. Grayscale: #828282. Windows color (decimal): -4360918 or 2782653. OLE color: 2782653.
HSL color Cylindrical-coordinate representation of color #BD752A: hue angle of 30.61º 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 #BD752A is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 42 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.26 |
| HSL | 30.61º | 0.64% | 0.45% | - |
| HSV(B) | 30.61º | 0.78% | 0.74% | - |
| XYZ | 27.77 | 23.71 | 5.3 | - |
| YUV | 129.98 | 78.35 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 42 | 0 | 0.38 | 0.78 | 0.26 | 30.61 | 0.64 | 0.45 |
| Hex | BD | 75 | 2A | 0 | 26 | 4E | 1A | 1F | 40 | 2D |
| Octal | 275 | 165 | 52 | 0 | 46 | 116 | 32 | 37 | 100 | 55 |
| Binary | 10111101 | 1110101 | 101010 | 0 | 100110 | 1001110 | 11010 | 11111 | 1000000 | 101101 |
Color Harmonies of #BD752A
Complementary color
Monochromatic Colors of #BD752A
Black with #BD752A
Text Example
Text Example
White with #BD752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD752A; }
p { color: rgb(189,117,42); }
H1.HeaderClassName
{
color: #BD752A;
}
.AnyTagClassName
{
color: #BD752A;
}
</style>
background-color css
<style>
a { background-color: #BD752A; }
a { background-color: rgb(189,117,42); }
div.DivClassName
{
background-color: #BD752A;
}
.BgClassName
{
background-color: #BD752A;
}
</style>
border-color css
<style>
span { border-color: #BD752A; }
span { border-color: rgb(189,117,42); }
td.TdClassName
{
border-color: #BD752A;
}
.TagClassName
{
border-color: #BD752A;
}
</style>