Shades of Pirate Gold #BD752B
Tints of Pirate Gold #BD752B
RGB
CMYK
RGB Variations
Color information
#BD752B (or 0xBD752B) is known color: Pirate Gold. HEX triplet: BD, 75 and 2B. RGB value is (189,117,43). Sum of RGB (Red+Green+Blue) = 189+117+43=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD752B is #428AD4. Grayscale: #828282. Windows color (decimal): -4360917 or 2848189. OLE color: 2848189.
HSL color Cylindrical-coordinate representation of color #BD752B: hue angle of 30.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD752B is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 43 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.26 |
| HSL | 30.41º | 0.63% | 0.45% | - |
| HSV(B) | 30.41º | 0.77% | 0.74% | - |
| XYZ | 27.78 | 23.72 | 5.4 | - |
| YUV | 130.09 | 78.85 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 43 | 0 | 0.38 | 0.77 | 0.26 | 30.41 | 0.63 | 0.45 |
| Hex | BD | 75 | 2B | 0 | 26 | 4D | 1A | 1E | 3F | 2D |
| Octal | 275 | 165 | 53 | 0 | 46 | 115 | 32 | 36 | 77 | 55 |
| Binary | 10111101 | 1110101 | 101011 | 0 | 100110 | 1001101 | 11010 | 11110 | 111111 | 101101 |
Color Harmonies of #BD752B
Complementary color
Monochromatic Colors of #BD752B
Black with #BD752B
Text Example
Text Example
White with #BD752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD752B; }
p { color: rgb(189,117,43); }
H1.HeaderClassName
{
color: #BD752B;
}
.AnyTagClassName
{
color: #BD752B;
}
</style>
background-color css
<style>
a { background-color: #BD752B; }
a { background-color: rgb(189,117,43); }
div.DivClassName
{
background-color: #BD752B;
}
.BgClassName
{
background-color: #BD752B;
}
</style>
border-color css
<style>
span { border-color: #BD752B; }
span { border-color: rgb(189,117,43); }
td.TdClassName
{
border-color: #BD752B;
}
.TagClassName
{
border-color: #BD752B;
}
</style>