Shades of Pirate Gold #B96C23
Tints of Pirate Gold #B96C23
RGB
CMYK
RGB Variations
Color information
#B96C23 (or 0xB96C23) is known color: Pirate Gold. HEX triplet: B9, 6C and 23. RGB value is (185,108,35). Sum of RGB (Red+Green+Blue) = 185+108+35=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C23 is #4693DC. Grayscale: #7B7B7B. Windows color (decimal): -4625373 or 2321593. OLE color: 2321593.
HSL color Cylindrical-coordinate representation of color #B96C23: hue angle of 29.2º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B96C23 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 108 | 35 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.27 |
| HSL | 29.2º | 0.68% | 0.43% | - |
| HSV(B) | 29.2º | 0.81% | 0.73% | - |
| XYZ | 25.67 | 21.16 | 4.32 | - |
| YUV | 122.7 | 78.51 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 35 | 0 | 0.42 | 0.81 | 0.27 | 29.2 | 0.68 | 0.43 |
| Hex | B9 | 6C | 23 | 0 | 2A | 51 | 1B | 1D | 44 | 2B |
| Octal | 271 | 154 | 43 | 0 | 52 | 121 | 33 | 35 | 104 | 53 |
| Binary | 10111001 | 1101100 | 100011 | 0 | 101010 | 1010001 | 11011 | 11101 | 1000100 | 101011 |
Color Harmonies of #B96C23
Complementary color
Monochromatic Colors of #B96C23
Black with #B96C23
Text Example
Text Example
White with #B96C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96C23; }
p { color: rgb(185,108,35); }
H1.HeaderClassName
{
color: #B96C23;
}
.AnyTagClassName
{
color: #B96C23;
}
</style>
background-color css
<style>
a { background-color: #B96C23; }
a { background-color: rgb(185,108,35); }
div.DivClassName
{
background-color: #B96C23;
}
.BgClassName
{
background-color: #B96C23;
}
</style>
border-color css
<style>
span { border-color: #B96C23; }
span { border-color: rgb(185,108,35); }
td.TdClassName
{
border-color: #B96C23;
}
.TagClassName
{
border-color: #B96C23;
}
</style>