Shades of Pirate Gold #BB742B
Tints of Pirate Gold #BB742B
RGB
CMYK
RGB Variations
Color information
#BB742B (or 0xBB742B) is known color: Pirate Gold. HEX triplet: BB, 74 and 2B. RGB value is (187,116,43). Sum of RGB (Red+Green+Blue) = 187+116+43=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB742B is #448BD4. Grayscale: #818181. Windows color (decimal): -4492245 or 2847931. OLE color: 2847931.
HSL color Cylindrical-coordinate representation of color #BB742B: hue angle of 30.42º 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 #BB742B is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 43 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.27 |
| HSL | 30.42º | 0.63% | 0.45% | - |
| HSV(B) | 30.42º | 0.77% | 0.73% | - |
| XYZ | 27.17 | 23.23 | 5.34 | - |
| YUV | 128.91 | 79.52 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 43 | 0 | 0.38 | 0.77 | 0.27 | 30.42 | 0.63 | 0.45 |
| Hex | BB | 74 | 2B | 0 | 26 | 4D | 1B | 1E | 3F | 2D |
| Octal | 273 | 164 | 53 | 0 | 46 | 115 | 33 | 36 | 77 | 55 |
| Binary | 10111011 | 1110100 | 101011 | 0 | 100110 | 1001101 | 11011 | 11110 | 111111 | 101101 |
Color Harmonies of #BB742B
Complementary color
Monochromatic Colors of #BB742B
Black with #BB742B
Text Example
Text Example
White with #BB742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB742B; }
p { color: rgb(187,116,43); }
H1.HeaderClassName
{
color: #BB742B;
}
.AnyTagClassName
{
color: #BB742B;
}
</style>
background-color css
<style>
a { background-color: #BB742B; }
a { background-color: rgb(187,116,43); }
div.DivClassName
{
background-color: #BB742B;
}
.BgClassName
{
background-color: #BB742B;
}
</style>
border-color css
<style>
span { border-color: #BB742B; }
span { border-color: rgb(187,116,43); }
td.TdClassName
{
border-color: #BB742B;
}
.TagClassName
{
border-color: #BB742B;
}
</style>