Shades of Pirate Gold #BB752B
Tints of Pirate Gold #BB752B
RGB
CMYK
RGB Variations
Color information
#BB752B (or 0xBB752B) is known color: Pirate Gold. HEX triplet: BB, 75 and 2B. RGB value is (187,117,43). Sum of RGB (Red+Green+Blue) = 187+117+43=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB752B is #448AD4. Grayscale: #818181. Windows color (decimal): -4491989 or 2848187. OLE color: 2848187.
HSL color Cylindrical-coordinate representation of color #BB752B: hue angle of 30.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB752B is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 43 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.27 |
| HSL | 30.83º | 0.63% | 0.45% | - |
| HSV(B) | 30.83º | 0.77% | 0.73% | - |
| XYZ | 27.29 | 23.46 | 5.38 | - |
| YUV | 129.49 | 79.19 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 43 | 0 | 0.37 | 0.77 | 0.27 | 30.83 | 0.63 | 0.45 |
| Hex | BB | 75 | 2B | 0 | 25 | 4D | 1B | 1F | 3F | 2D |
| Octal | 273 | 165 | 53 | 0 | 45 | 115 | 33 | 37 | 77 | 55 |
| Binary | 10111011 | 1110101 | 101011 | 0 | 100101 | 1001101 | 11011 | 11111 | 111111 | 101101 |
Color Harmonies of #BB752B
Complementary color
Monochromatic Colors of #BB752B
Black with #BB752B
Text Example
Text Example
White with #BB752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB752B; }
p { color: rgb(187,117,43); }
H1.HeaderClassName
{
color: #BB752B;
}
.AnyTagClassName
{
color: #BB752B;
}
</style>
background-color css
<style>
a { background-color: #BB752B; }
a { background-color: rgb(187,117,43); }
div.DivClassName
{
background-color: #BB752B;
}
.BgClassName
{
background-color: #BB752B;
}
</style>
border-color css
<style>
span { border-color: #BB752B; }
span { border-color: rgb(187,117,43); }
td.TdClassName
{
border-color: #BB752B;
}
.TagClassName
{
border-color: #BB752B;
}
</style>