Shades of Dark Goldenrod #B48A0C
Tints of Dark Goldenrod #B48A0C
RGB
CMYK
RGB Variations
Color information
#B48A0C (or 0xB48A0C) is known color: Dark Goldenrod. HEX triplet: B4, 8A and 0C. RGB value is (180,138,12). Sum of RGB (Red+Green+Blue) = 180+138+12=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48A0C is #4B75F3. Grayscale: #888888. Windows color (decimal): -4945396 or 821940. OLE color: 821940.
HSL color Cylindrical-coordinate representation of color #B48A0C: hue angle of 45º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B48A0C is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 138 | 12 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.29 |
| HSL | 45º | 0.88% | 0.38% | - |
| HSV(B) | 45º | 0.93% | 0.71% | - |
| XYZ | 27.98 | 27.91 | 4.26 | - |
| YUV | 136.19 | 57.91 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 138 | 12 | 0 | 0.23 | 0.93 | 0.29 | 45 | 0.88 | 0.38 |
| Hex | B4 | 8A | C | 0 | 17 | 5D | 1D | 2D | 58 | 26 |
| Octal | 264 | 212 | 14 | 0 | 27 | 135 | 35 | 55 | 130 | 46 |
| Binary | 10110100 | 10001010 | 1100 | 0 | 10111 | 1011101 | 11101 | 101101 | 1011000 | 100110 |
Color Harmonies of #B48A0C
Complementary color
Monochromatic Colors of #B48A0C
Black with #B48A0C
Text Example
Text Example
White with #B48A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48A0C; }
p { color: rgb(180,138,12); }
H1.HeaderClassName
{
color: #B48A0C;
}
.AnyTagClassName
{
color: #B48A0C;
}
</style>
background-color css
<style>
a { background-color: #B48A0C; }
a { background-color: rgb(180,138,12); }
div.DivClassName
{
background-color: #B48A0C;
}
.BgClassName
{
background-color: #B48A0C;
}
</style>
border-color css
<style>
span { border-color: #B48A0C; }
span { border-color: rgb(180,138,12); }
td.TdClassName
{
border-color: #B48A0C;
}
.TagClassName
{
border-color: #B48A0C;
}
</style>