Shades of Buddha Gold #CB9A1B
Tints of Buddha Gold #CB9A1B
RGB
CMYK
RGB Variations
Color information
#CB9A1B (or 0xCB9A1B) is known color: Buddha Gold. HEX triplet: CB, 9A and 1B. RGB value is (203,154,27). Sum of RGB (Red+Green+Blue) = 203+154+27=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9A1B is #3465E4. Grayscale: #9A9A9A. Windows color (decimal): -3433957 or 1809099. OLE color: 1809099.
HSL color Cylindrical-coordinate representation of color #CB9A1B: hue angle of 43.3º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB9A1B is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 154 | 27 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.20 |
| HSL | 43.3º | 0.77% | 0.45% | - |
| HSV(B) | 43.3º | 0.87% | 0.8% | - |
| XYZ | 36.38 | 35.89 | 6.05 | - |
| YUV | 154.17 | 56.23 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 27 | 0 | 0.24 | 0.87 | 0.20 | 43.3 | 0.77 | 0.45 |
| Hex | CB | 9A | 1B | 0 | 18 | 57 | 14 | 2B | 4D | 2D |
| Octal | 313 | 232 | 33 | 0 | 30 | 127 | 24 | 53 | 115 | 55 |
| Binary | 11001011 | 10011010 | 11011 | 0 | 11000 | 1010111 | 10100 | 101011 | 1001101 | 101101 |
Color Harmonies of #CB9A1B
Complementary color
Monochromatic Colors of #CB9A1B
Black with #CB9A1B
Text Example
Text Example
White with #CB9A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9A1B; }
p { color: rgb(203,154,27); }
H1.HeaderClassName
{
color: #CB9A1B;
}
.AnyTagClassName
{
color: #CB9A1B;
}
</style>
background-color css
<style>
a { background-color: #CB9A1B; }
a { background-color: rgb(203,154,27); }
div.DivClassName
{
background-color: #CB9A1B;
}
.BgClassName
{
background-color: #CB9A1B;
}
</style>
border-color css
<style>
span { border-color: #CB9A1B; }
span { border-color: rgb(203,154,27); }
td.TdClassName
{
border-color: #CB9A1B;
}
.TagClassName
{
border-color: #CB9A1B;
}
</style>