Shades of Pirate Gold #BB752C
Tints of Pirate Gold #BB752C
RGB
CMYK
RGB Variations
Color information
#BB752C (or 0xBB752C) is known color: Pirate Gold. HEX triplet: BB, 75 and 2C. RGB value is (187,117,44). Sum of RGB (Red+Green+Blue) = 187+117+44=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB752C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB752C is #448AD3. Grayscale: #818181. Windows color (decimal): -4491988 or 2913723. OLE color: 2913723.
HSL color Cylindrical-coordinate representation of color #BB752C: hue angle of 30.63º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB752C is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 44 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.27 |
| HSL | 30.63º | 0.62% | 0.45% | - |
| HSV(B) | 30.63º | 0.76% | 0.73% | - |
| XYZ | 27.31 | 23.47 | 5.47 | - |
| YUV | 129.61 | 79.69 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 44 | 0 | 0.37 | 0.76 | 0.27 | 30.63 | 0.62 | 0.45 |
| Hex | BB | 75 | 2C | 0 | 25 | 4C | 1B | 1F | 3E | 2D |
| Octal | 273 | 165 | 54 | 0 | 45 | 114 | 33 | 37 | 76 | 55 |
| Binary | 10111011 | 1110101 | 101100 | 0 | 100101 | 1001100 | 11011 | 11111 | 111110 | 101101 |
Color Harmonies of #BB752C
Complementary color
Monochromatic Colors of #BB752C
Black with #BB752C
Text Example
Text Example
White with #BB752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB752C; }
p { color: rgb(187,117,44); }
H1.HeaderClassName
{
color: #BB752C;
}
.AnyTagClassName
{
color: #BB752C;
}
</style>
background-color css
<style>
a { background-color: #BB752C; }
a { background-color: rgb(187,117,44); }
div.DivClassName
{
background-color: #BB752C;
}
.BgClassName
{
background-color: #BB752C;
}
</style>
border-color css
<style>
span { border-color: #BB752C; }
span { border-color: rgb(187,117,44); }
td.TdClassName
{
border-color: #BB752C;
}
.TagClassName
{
border-color: #BB752C;
}
</style>