Shades of Buddha Gold #B69B1F
Tints of Buddha Gold #B69B1F
RGB
CMYK
RGB Variations
Color information
#B69B1F (or 0xB69B1F) is known color: Buddha Gold. HEX triplet: B6, 9B and 1F. RGB value is (182,155,31). Sum of RGB (Red+Green+Blue) = 182+155+31=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69B1F is #4964E0. Grayscale: #959595. Windows color (decimal): -4809953 or 2071478. OLE color: 2071478.
HSL color Cylindrical-coordinate representation of color #B69B1F: hue angle of 49.27º 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 #B69B1F is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 155 | 31 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.29 |
| HSL | 49.27º | 0.71% | 0.42% | - |
| HSV(B) | 49.27º | 0.83% | 0.71% | - |
| XYZ | 31.26 | 33.49 | 6.11 | - |
| YUV | 148.94 | 61.45 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 155 | 31 | 0 | 0.15 | 0.83 | 0.29 | 49.27 | 0.71 | 0.42 |
| Hex | B6 | 9B | 1F | 0 | F | 53 | 1D | 31 | 47 | 2A |
| Octal | 266 | 233 | 37 | 0 | 17 | 123 | 35 | 61 | 107 | 52 |
| Binary | 10110110 | 10011011 | 11111 | 0 | 1111 | 1010011 | 11101 | 110001 | 1000111 | 101010 |
Color Harmonies of #B69B1F
Complementary color
Monochromatic Colors of #B69B1F
Black with #B69B1F
Text Example
Text Example
White with #B69B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69B1F; }
p { color: rgb(182,155,31); }
H1.HeaderClassName
{
color: #B69B1F;
}
.AnyTagClassName
{
color: #B69B1F;
}
</style>
background-color css
<style>
a { background-color: #B69B1F; }
a { background-color: rgb(182,155,31); }
div.DivClassName
{
background-color: #B69B1F;
}
.BgClassName
{
background-color: #B69B1F;
}
</style>
border-color css
<style>
span { border-color: #B69B1F; }
span { border-color: rgb(182,155,31); }
td.TdClassName
{
border-color: #B69B1F;
}
.TagClassName
{
border-color: #B69B1F;
}
</style>