Shades of Buddha Gold #BB8F19
Tints of Buddha Gold #BB8F19
RGB
CMYK
RGB Variations
Color information
#BB8F19 (or 0xBB8F19) is known color: Buddha Gold. HEX triplet: BB, 8F and 19. RGB value is (187,143,25). Sum of RGB (Red+Green+Blue) = 187+143+25=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8F19 is #4470E6. Grayscale: #8F8F8F. Windows color (decimal): -4485351 or 1675195. OLE color: 1675195.
HSL color Cylindrical-coordinate representation of color #BB8F19: hue angle of 43.7º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB8F19 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 25 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.27 |
| HSL | 43.7º | 0.76% | 0.42% | - |
| HSV(B) | 43.7º | 0.87% | 0.73% | - |
| XYZ | 30.49 | 30.28 | 5.16 | - |
| YUV | 142.7 | 61.58 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 25 | 0 | 0.24 | 0.87 | 0.27 | 43.7 | 0.76 | 0.42 |
| Hex | BB | 8F | 19 | 0 | 18 | 57 | 1B | 2C | 4C | 2A |
| Octal | 273 | 217 | 31 | 0 | 30 | 127 | 33 | 54 | 114 | 52 |
| Binary | 10111011 | 10001111 | 11001 | 0 | 11000 | 1010111 | 11011 | 101100 | 1001100 | 101010 |
Color Harmonies of #BB8F19
Complementary color
Monochromatic Colors of #BB8F19
Black with #BB8F19
Text Example
Text Example
White with #BB8F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F19; }
p { color: rgb(187,143,25); }
H1.HeaderClassName
{
color: #BB8F19;
}
.AnyTagClassName
{
color: #BB8F19;
}
</style>
background-color css
<style>
a { background-color: #BB8F19; }
a { background-color: rgb(187,143,25); }
div.DivClassName
{
background-color: #BB8F19;
}
.BgClassName
{
background-color: #BB8F19;
}
</style>
border-color css
<style>
span { border-color: #BB8F19; }
span { border-color: rgb(187,143,25); }
td.TdClassName
{
border-color: #BB8F19;
}
.TagClassName
{
border-color: #BB8F19;
}
</style>