Shades of Buddha Gold #B69F1B
Tints of Buddha Gold #B69F1B
RGB
CMYK
RGB Variations
Color information
#B69F1B (or 0xB69F1B) is known color: Buddha Gold. HEX triplet: B6, 9F and 1B. RGB value is (182,159,27). Sum of RGB (Red+Green+Blue) = 182+159+27=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69F1B is #4960E4. Grayscale: #979797. Windows color (decimal): -4808933 or 1810358. OLE color: 1810358.
HSL color Cylindrical-coordinate representation of color #B69F1B: hue angle of 51.1º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B69F1B is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 159 | 27 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.29 |
| HSL | 51.1º | 0.74% | 0.41% | - |
| HSV(B) | 51.1º | 0.85% | 0.71% | - |
| XYZ | 31.89 | 34.82 | 6.08 | - |
| YUV | 150.83 | 58.12 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 159 | 27 | 0 | 0.13 | 0.85 | 0.29 | 51.1 | 0.74 | 0.41 |
| Hex | B6 | 9F | 1B | 0 | D | 55 | 1D | 33 | 4A | 29 |
| Octal | 266 | 237 | 33 | 0 | 15 | 125 | 35 | 63 | 112 | 51 |
| Binary | 10110110 | 10011111 | 11011 | 0 | 1101 | 1010101 | 11101 | 110011 | 1001010 | 101001 |
Color Harmonies of #B69F1B
Complementary color
Monochromatic Colors of #B69F1B
Black with #B69F1B
Text Example
Text Example
White with #B69F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69F1B; }
p { color: rgb(182,159,27); }
H1.HeaderClassName
{
color: #B69F1B;
}
.AnyTagClassName
{
color: #B69F1B;
}
</style>
background-color css
<style>
a { background-color: #B69F1B; }
a { background-color: rgb(182,159,27); }
div.DivClassName
{
background-color: #B69F1B;
}
.BgClassName
{
background-color: #B69F1B;
}
</style>
border-color css
<style>
span { border-color: #B69F1B; }
span { border-color: rgb(182,159,27); }
td.TdClassName
{
border-color: #B69F1B;
}
.TagClassName
{
border-color: #B69F1B;
}
</style>