Shades of Pirate Gold #BB7B23
Tints of Pirate Gold #BB7B23
RGB
CMYK
RGB Variations
Color information
#BB7B23 (or 0xBB7B23) is known color: Pirate Gold. HEX triplet: BB, 7B and 23. RGB value is (187,123,35). Sum of RGB (Red+Green+Blue) = 187+123+35=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7B23 is #4484DC. Grayscale: #848484. Windows color (decimal): -4490461 or 2325435. OLE color: 2325435.
HSL color Cylindrical-coordinate representation of color #BB7B23: hue angle of 34.74º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB7B23 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 123 | 35 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.27 |
| HSL | 34.74º | 0.68% | 0.44% | - |
| HSV(B) | 34.74º | 0.81% | 0.73% | - |
| XYZ | 27.88 | 24.85 | 4.92 | - |
| YUV | 132.1 | 73.2 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 35 | 0 | 0.34 | 0.81 | 0.27 | 34.74 | 0.68 | 0.44 |
| Hex | BB | 7B | 23 | 0 | 22 | 51 | 1B | 23 | 44 | 2C |
| Octal | 273 | 173 | 43 | 0 | 42 | 121 | 33 | 43 | 104 | 54 |
| Binary | 10111011 | 1111011 | 100011 | 0 | 100010 | 1010001 | 11011 | 100011 | 1000100 | 101100 |
Color Harmonies of #BB7B23
Complementary color
Monochromatic Colors of #BB7B23
Black with #BB7B23
Text Example
Text Example
White with #BB7B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7B23; }
p { color: rgb(187,123,35); }
H1.HeaderClassName
{
color: #BB7B23;
}
.AnyTagClassName
{
color: #BB7B23;
}
</style>
background-color css
<style>
a { background-color: #BB7B23; }
a { background-color: rgb(187,123,35); }
div.DivClassName
{
background-color: #BB7B23;
}
.BgClassName
{
background-color: #BB7B23;
}
</style>
border-color css
<style>
span { border-color: #BB7B23; }
span { border-color: rgb(187,123,35); }
td.TdClassName
{
border-color: #BB7B23;
}
.TagClassName
{
border-color: #BB7B23;
}
</style>