Shades of Pirate Gold #BB781F
Tints of Pirate Gold #BB781F
RGB
CMYK
RGB Variations
Color information
#BB781F (or 0xBB781F) is known color: Pirate Gold. HEX triplet: BB, 78 and 1F. RGB value is (187,120,31). Sum of RGB (Red+Green+Blue) = 187+120+31=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB781F is #4487E0. Grayscale: #828282. Windows color (decimal): -4491233 or 2062523. OLE color: 2062523.
HSL color Cylindrical-coordinate representation of color #BB781F: hue angle of 34.23º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB781F is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 120 | 31 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.27 |
| HSL | 34.23º | 0.72% | 0.43% | - |
| HSV(B) | 34.23º | 0.83% | 0.73% | - |
| XYZ | 27.46 | 24.1 | 4.5 | - |
| YUV | 129.89 | 72.2 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 31 | 0 | 0.36 | 0.83 | 0.27 | 34.23 | 0.72 | 0.43 |
| Hex | BB | 78 | 1F | 0 | 24 | 53 | 1B | 22 | 48 | 2B |
| Octal | 273 | 170 | 37 | 0 | 44 | 123 | 33 | 42 | 110 | 53 |
| Binary | 10111011 | 1111000 | 11111 | 0 | 100100 | 1010011 | 11011 | 100010 | 1001000 | 101011 |
Color Harmonies of #BB781F
Complementary color
Monochromatic Colors of #BB781F
Black with #BB781F
Text Example
Text Example
White with #BB781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB781F; }
p { color: rgb(187,120,31); }
H1.HeaderClassName
{
color: #BB781F;
}
.AnyTagClassName
{
color: #BB781F;
}
</style>
background-color css
<style>
a { background-color: #BB781F; }
a { background-color: rgb(187,120,31); }
div.DivClassName
{
background-color: #BB781F;
}
.BgClassName
{
background-color: #BB781F;
}
</style>
border-color css
<style>
span { border-color: #BB781F; }
span { border-color: rgb(187,120,31); }
td.TdClassName
{
border-color: #BB781F;
}
.TagClassName
{
border-color: #BB781F;
}
</style>