Shades of Pirate Gold #B4701C
Tints of Pirate Gold #B4701C
RGB
CMYK
RGB Variations
Color information
#B4701C (or 0xB4701C) is known color: Pirate Gold. HEX triplet: B4, 70 and 1C. RGB value is (180,112,28). Sum of RGB (Red+Green+Blue) = 180+112+28=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B4701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4701C is #4B8FE3. Grayscale: #7B7B7B. Windows color (decimal): -4952036 or 1863860. OLE color: 1863860.
HSL color Cylindrical-coordinate representation of color #B4701C: hue angle of 33.16º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4701C is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 112 | 28 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.29 |
| HSL | 33.16º | 0.73% | 0.41% | - |
| HSV(B) | 33.16º | 0.84% | 0.71% | - |
| XYZ | 24.83 | 21.38 | 3.92 | - |
| YUV | 122.76 | 74.53 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 28 | 0 | 0.38 | 0.84 | 0.29 | 33.16 | 0.73 | 0.41 |
| Hex | B4 | 70 | 1C | 0 | 26 | 54 | 1D | 21 | 49 | 29 |
| Octal | 264 | 160 | 34 | 0 | 46 | 124 | 35 | 41 | 111 | 51 |
| Binary | 10110100 | 1110000 | 11100 | 0 | 100110 | 1010100 | 11101 | 100001 | 1001001 | 101001 |
Color Harmonies of #B4701C
Complementary color
Monochromatic Colors of #B4701C
Black with #B4701C
Text Example
Text Example
White with #B4701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4701C; }
p { color: rgb(180,112,28); }
H1.HeaderClassName
{
color: #B4701C;
}
.AnyTagClassName
{
color: #B4701C;
}
</style>
background-color css
<style>
a { background-color: #B4701C; }
a { background-color: rgb(180,112,28); }
div.DivClassName
{
background-color: #B4701C;
}
.BgClassName
{
background-color: #B4701C;
}
</style>
border-color css
<style>
span { border-color: #B4701C; }
span { border-color: rgb(180,112,28); }
td.TdClassName
{
border-color: #B4701C;
}
.TagClassName
{
border-color: #B4701C;
}
</style>