Shades of Pirate Gold #BB751D
Tints of Pirate Gold #BB751D
RGB
CMYK
RGB Variations
Color information
#BB751D (or 0xBB751D) is known color: Pirate Gold. HEX triplet: BB, 75 and 1D. RGB value is (187,117,29). Sum of RGB (Red+Green+Blue) = 187+117+29=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB751D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB751D is #448AE2. Grayscale: #808080. Windows color (decimal): -4492003 or 1930683. OLE color: 1930683.
HSL color Cylindrical-coordinate representation of color #BB751D: hue angle of 33.42º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB751D is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 29 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.27 |
| HSL | 33.42º | 0.73% | 0.42% | - |
| HSV(B) | 33.42º | 0.84% | 0.73% | - |
| XYZ | 27.08 | 23.38 | 4.25 | - |
| YUV | 127.9 | 72.19 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 29 | 0 | 0.37 | 0.84 | 0.27 | 33.42 | 0.73 | 0.42 |
| Hex | BB | 75 | 1D | 0 | 25 | 54 | 1B | 21 | 49 | 2A |
| Octal | 273 | 165 | 35 | 0 | 45 | 124 | 33 | 41 | 111 | 52 |
| Binary | 10111011 | 1110101 | 11101 | 0 | 100101 | 1010100 | 11011 | 100001 | 1001001 | 101010 |
Color Harmonies of #BB751D
Complementary color
Monochromatic Colors of #BB751D
Black with #BB751D
Text Example
Text Example
White with #BB751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB751D; }
p { color: rgb(187,117,29); }
H1.HeaderClassName
{
color: #BB751D;
}
.AnyTagClassName
{
color: #BB751D;
}
</style>
background-color css
<style>
a { background-color: #BB751D; }
a { background-color: rgb(187,117,29); }
div.DivClassName
{
background-color: #BB751D;
}
.BgClassName
{
background-color: #BB751D;
}
</style>
border-color css
<style>
span { border-color: #BB751D; }
span { border-color: rgb(187,117,29); }
td.TdClassName
{
border-color: #BB751D;
}
.TagClassName
{
border-color: #BB751D;
}
</style>