Shades of Pirate Gold #B4741C
Tints of Pirate Gold #B4741C
RGB
CMYK
RGB Variations
Color information
#B4741C (or 0xB4741C) is known color: Pirate Gold. HEX triplet: B4, 74 and 1C. RGB value is (180,116,28). Sum of RGB (Red+Green+Blue) = 180+116+28=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B4741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4741C is #4B8BE3. Grayscale: #7D7D7D. Windows color (decimal): -4951012 or 1864884. OLE color: 1864884.
HSL color Cylindrical-coordinate representation of color #B4741C: hue angle of 34.74º 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 #B4741C is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 116 | 28 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.29 |
| HSL | 34.74º | 0.73% | 0.41% | - |
| HSV(B) | 34.74º | 0.84% | 0.71% | - |
| XYZ | 25.28 | 22.28 | 4.07 | - |
| YUV | 125.1 | 73.2 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 116 | 28 | 0 | 0.36 | 0.84 | 0.29 | 34.74 | 0.73 | 0.41 |
| Hex | B4 | 74 | 1C | 0 | 24 | 54 | 1D | 23 | 49 | 29 |
| Octal | 264 | 164 | 34 | 0 | 44 | 124 | 35 | 43 | 111 | 51 |
| Binary | 10110100 | 1110100 | 11100 | 0 | 100100 | 1010100 | 11101 | 100011 | 1001001 | 101001 |
Color Harmonies of #B4741C
Complementary color
Monochromatic Colors of #B4741C
Black with #B4741C
Text Example
Text Example
White with #B4741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4741C; }
p { color: rgb(180,116,28); }
H1.HeaderClassName
{
color: #B4741C;
}
.AnyTagClassName
{
color: #B4741C;
}
</style>
background-color css
<style>
a { background-color: #B4741C; }
a { background-color: rgb(180,116,28); }
div.DivClassName
{
background-color: #B4741C;
}
.BgClassName
{
background-color: #B4741C;
}
</style>
border-color css
<style>
span { border-color: #B4741C; }
span { border-color: rgb(180,116,28); }
td.TdClassName
{
border-color: #B4741C;
}
.TagClassName
{
border-color: #B4741C;
}
</style>