Shades of Buddha Gold #B69C1C
Tints of Buddha Gold #B69C1C
RGB
CMYK
RGB Variations
Color information
#B69C1C (or 0xB69C1C) is known color: Buddha Gold. HEX triplet: B6, 9C and 1C. RGB value is (182,156,28). Sum of RGB (Red+Green+Blue) = 182+156+28=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69C1C is #4963E3. Grayscale: #959595. Windows color (decimal): -4809700 or 1875126. OLE color: 1875126.
HSL color Cylindrical-coordinate representation of color #B69C1C: hue angle of 49.87º degrees, saturation: 0.73, 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 #B69C1C is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 156 | 28 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.29 |
| HSL | 49.87º | 0.73% | 0.41% | - |
| HSV(B) | 49.87º | 0.85% | 0.71% | - |
| XYZ | 31.39 | 33.81 | 5.97 | - |
| YUV | 149.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 156 | 28 | 0 | 0.14 | 0.85 | 0.29 | 49.87 | 0.73 | 0.41 |
| Hex | B6 | 9C | 1C | 0 | E | 55 | 1D | 32 | 49 | 29 |
| Octal | 266 | 234 | 34 | 0 | 16 | 125 | 35 | 62 | 111 | 51 |
| Binary | 10110110 | 10011100 | 11100 | 0 | 1110 | 1010101 | 11101 | 110010 | 1001001 | 101001 |
Color Harmonies of #B69C1C
Complementary color
Monochromatic Colors of #B69C1C
Black with #B69C1C
Text Example
Text Example
White with #B69C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69C1C; }
p { color: rgb(182,156,28); }
H1.HeaderClassName
{
color: #B69C1C;
}
.AnyTagClassName
{
color: #B69C1C;
}
</style>
background-color css
<style>
a { background-color: #B69C1C; }
a { background-color: rgb(182,156,28); }
div.DivClassName
{
background-color: #B69C1C;
}
.BgClassName
{
background-color: #B69C1C;
}
</style>
border-color css
<style>
span { border-color: #B69C1C; }
span { border-color: rgb(182,156,28); }
td.TdClassName
{
border-color: #B69C1C;
}
.TagClassName
{
border-color: #B69C1C;
}
</style>