Shades of Pirate Gold #BF7B20
Tints of Pirate Gold #BF7B20
RGB
CMYK
RGB Variations
Color information
#BF7B20 (or 0xBF7B20) is known color: Pirate Gold. HEX triplet: BF, 7B and 20. RGB value is (191,123,32). Sum of RGB (Red+Green+Blue) = 191+123+32=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7B20 is #4084DF. Grayscale: #858585. Windows color (decimal): -4228320 or 2128831. OLE color: 2128831.
HSL color Cylindrical-coordinate representation of color #BF7B20: hue angle of 34.34º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF7B20 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 123 | 32 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.25 |
| HSL | 34.34º | 0.71% | 0.44% | - |
| HSV(B) | 34.34º | 0.83% | 0.75% | - |
| XYZ | 28.83 | 25.35 | 4.74 | - |
| YUV | 132.96 | 71.03 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 32 | 0 | 0.36 | 0.83 | 0.25 | 34.34 | 0.71 | 0.44 |
| Hex | BF | 7B | 20 | 0 | 24 | 53 | 19 | 22 | 47 | 2C |
| Octal | 277 | 173 | 40 | 0 | 44 | 123 | 31 | 42 | 107 | 54 |
| Binary | 10111111 | 1111011 | 100000 | 0 | 100100 | 1010011 | 11001 | 100010 | 1000111 | 101100 |
Color Harmonies of #BF7B20
Complementary color
Monochromatic Colors of #BF7B20
Black with #BF7B20
Text Example
Text Example
White with #BF7B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7B20; }
p { color: rgb(191,123,32); }
H1.HeaderClassName
{
color: #BF7B20;
}
.AnyTagClassName
{
color: #BF7B20;
}
</style>
background-color css
<style>
a { background-color: #BF7B20; }
a { background-color: rgb(191,123,32); }
div.DivClassName
{
background-color: #BF7B20;
}
.BgClassName
{
background-color: #BF7B20;
}
</style>
border-color css
<style>
span { border-color: #BF7B20; }
span { border-color: rgb(191,123,32); }
td.TdClassName
{
border-color: #BF7B20;
}
.TagClassName
{
border-color: #BF7B20;
}
</style>