Shades of Buddha Gold #B69E1F
Tints of Buddha Gold #B69E1F
RGB
CMYK
RGB Variations
Color information
#B69E1F (or 0xB69E1F) is known color: Buddha Gold. HEX triplet: B6, 9E and 1F. RGB value is (182,158,31). Sum of RGB (Red+Green+Blue) = 182+158+31=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69E1F is #4961E0. Grayscale: #979797. Windows color (decimal): -4809185 or 2072246. OLE color: 2072246.
HSL color Cylindrical-coordinate representation of color #B69E1F: hue angle of 50.46º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B69E1F is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 158 | 31 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.29 |
| HSL | 50.46º | 0.71% | 0.42% | - |
| HSV(B) | 50.46º | 0.83% | 0.71% | - |
| XYZ | 31.77 | 34.5 | 6.28 | - |
| YUV | 150.7 | 60.45 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 158 | 31 | 0 | 0.13 | 0.83 | 0.29 | 50.46 | 0.71 | 0.42 |
| Hex | B6 | 9E | 1F | 0 | D | 53 | 1D | 32 | 47 | 2A |
| Octal | 266 | 236 | 37 | 0 | 15 | 123 | 35 | 62 | 107 | 52 |
| Binary | 10110110 | 10011110 | 11111 | 0 | 1101 | 1010011 | 11101 | 110010 | 1000111 | 101010 |
Color Harmonies of #B69E1F
Complementary color
Monochromatic Colors of #B69E1F
Black with #B69E1F
Text Example
Text Example
White with #B69E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69E1F; }
p { color: rgb(182,158,31); }
H1.HeaderClassName
{
color: #B69E1F;
}
.AnyTagClassName
{
color: #B69E1F;
}
</style>
background-color css
<style>
a { background-color: #B69E1F; }
a { background-color: rgb(182,158,31); }
div.DivClassName
{
background-color: #B69E1F;
}
.BgClassName
{
background-color: #B69E1F;
}
</style>
border-color css
<style>
span { border-color: #B69E1F; }
span { border-color: rgb(182,158,31); }
td.TdClassName
{
border-color: #B69E1F;
}
.TagClassName
{
border-color: #B69E1F;
}
</style>