Shades of Buddha Gold #B89E1C
Tints of Buddha Gold #B89E1C
RGB
CMYK
RGB Variations
Color information
#B89E1C (or 0xB89E1C) is known color: Buddha Gold. HEX triplet: B8, 9E and 1C. RGB value is (184,158,28). Sum of RGB (Red+Green+Blue) = 184+158+28=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89E1C is #4761E3. Grayscale: #979797. Windows color (decimal): -4678116 or 1875640. OLE color: 1875640.
HSL color Cylindrical-coordinate representation of color #B89E1C: hue angle of 50º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B89E1C is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 158 | 28 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.28 |
| HSL | 50º | 0.74% | 0.42% | - |
| HSV(B) | 50º | 0.85% | 0.72% | - |
| XYZ | 32.2 | 34.73 | 6.1 | - |
| YUV | 150.95 | 58.61 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 28 | 0 | 0.14 | 0.85 | 0.28 | 50 | 0.74 | 0.42 |
| Hex | B8 | 9E | 1C | 0 | E | 55 | 1C | 32 | 4A | 2A |
| Octal | 270 | 236 | 34 | 0 | 16 | 125 | 34 | 62 | 112 | 52 |
| Binary | 10111000 | 10011110 | 11100 | 0 | 1110 | 1010101 | 11100 | 110010 | 1001010 | 101010 |
Color Harmonies of #B89E1C
Complementary color
Monochromatic Colors of #B89E1C
Black with #B89E1C
Text Example
Text Example
White with #B89E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89E1C; }
p { color: rgb(184,158,28); }
H1.HeaderClassName
{
color: #B89E1C;
}
.AnyTagClassName
{
color: #B89E1C;
}
</style>
background-color css
<style>
a { background-color: #B89E1C; }
a { background-color: rgb(184,158,28); }
div.DivClassName
{
background-color: #B89E1C;
}
.BgClassName
{
background-color: #B89E1C;
}
</style>
border-color css
<style>
span { border-color: #B89E1C; }
span { border-color: rgb(184,158,28); }
td.TdClassName
{
border-color: #B89E1C;
}
.TagClassName
{
border-color: #B89E1C;
}
</style>