Shades of Pirate Gold #B8732B
Tints of Pirate Gold #B8732B
RGB
CMYK
RGB Variations
Color information
#B8732B (or 0xB8732B) is known color: Pirate Gold. HEX triplet: B8, 73 and 2B. RGB value is (184,115,43). Sum of RGB (Red+Green+Blue) = 184+115+43=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B8732B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8732B is #478CD4. Grayscale: #7F7F7F. Windows color (decimal): -4689109 or 2847672. OLE color: 2847672.
HSL color Cylindrical-coordinate representation of color #B8732B: hue angle of 30.64º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8732B is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 43 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.28 |
| HSL | 30.64º | 0.62% | 0.45% | - |
| HSV(B) | 30.64º | 0.77% | 0.72% | - |
| XYZ | 26.33 | 22.63 | 5.26 | - |
| YUV | 127.42 | 80.36 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 43 | 0 | 0.38 | 0.77 | 0.28 | 30.64 | 0.62 | 0.45 |
| Hex | B8 | 73 | 2B | 0 | 26 | 4D | 1C | 1F | 3E | 2D |
| Octal | 270 | 163 | 53 | 0 | 46 | 115 | 34 | 37 | 76 | 55 |
| Binary | 10111000 | 1110011 | 101011 | 0 | 100110 | 1001101 | 11100 | 11111 | 111110 | 101101 |
Color Harmonies of #B8732B
Complementary color
Monochromatic Colors of #B8732B
Black with #B8732B
Text Example
Text Example
White with #B8732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8732B; }
p { color: rgb(184,115,43); }
H1.HeaderClassName
{
color: #B8732B;
}
.AnyTagClassName
{
color: #B8732B;
}
</style>
background-color css
<style>
a { background-color: #B8732B; }
a { background-color: rgb(184,115,43); }
div.DivClassName
{
background-color: #B8732B;
}
.BgClassName
{
background-color: #B8732B;
}
</style>
border-color css
<style>
span { border-color: #B8732B; }
span { border-color: rgb(184,115,43); }
td.TdClassName
{
border-color: #B8732B;
}
.TagClassName
{
border-color: #B8732B;
}
</style>