Shades of Pirate Gold #B2671C
Tints of Pirate Gold #B2671C
RGB
CMYK
RGB Variations
Color information
#B2671C (or 0xB2671C) is known color: Pirate Gold. HEX triplet: B2, 67 and 1C. RGB value is (178,103,28). Sum of RGB (Red+Green+Blue) = 178+103+28=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B2671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2671C is #4D98E3. Grayscale: #757575. Windows color (decimal): -5085412 or 1861554. OLE color: 1861554.
HSL color Cylindrical-coordinate representation of color #B2671C: hue angle of 30º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2671C is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 103 | 28 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.30 |
| HSL | 30º | 0.73% | 0.4% | - |
| HSV(B) | 30º | 0.84% | 0.7% | - |
| XYZ | 23.42 | 19.25 | 3.58 | - |
| YUV | 116.88 | 77.85 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 103 | 28 | 0 | 0.42 | 0.84 | 0.30 | 30 | 0.73 | 0.4 |
| Hex | B2 | 67 | 1C | 0 | 2A | 54 | 1E | 1E | 49 | 28 |
| Octal | 262 | 147 | 34 | 0 | 52 | 124 | 36 | 36 | 111 | 50 |
| Binary | 10110010 | 1100111 | 11100 | 0 | 101010 | 1010100 | 11110 | 11110 | 1001001 | 101000 |
Color Harmonies of #B2671C
Complementary color
Monochromatic Colors of #B2671C
Black with #B2671C
Text Example
Text Example
White with #B2671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2671C; }
p { color: rgb(178,103,28); }
H1.HeaderClassName
{
color: #B2671C;
}
.AnyTagClassName
{
color: #B2671C;
}
</style>
background-color css
<style>
a { background-color: #B2671C; }
a { background-color: rgb(178,103,28); }
div.DivClassName
{
background-color: #B2671C;
}
.BgClassName
{
background-color: #B2671C;
}
</style>
border-color css
<style>
span { border-color: #B2671C; }
span { border-color: rgb(178,103,28); }
td.TdClassName
{
border-color: #B2671C;
}
.TagClassName
{
border-color: #B2671C;
}
</style>