Shades of Dark Goldenrod #B48A09
Tints of Dark Goldenrod #B48A09
RGB
CMYK
RGB Variations
Color information
#B48A09 (or 0xB48A09) is known color: Dark Goldenrod. HEX triplet: B4, 8A and 09. RGB value is (180,138,9). Sum of RGB (Red+Green+Blue) = 180+138+9=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 9 (3.91% from 255 or 2.75% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48A09 is #4B75F6. Grayscale: #888888. Windows color (decimal): -4945399 or 625332. OLE color: 625332.
HSL color Cylindrical-coordinate representation of color #B48A09: hue angle of 45.26º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B48A09 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 138 | 9 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.29 |
| HSL | 45.26º | 0.9% | 0.37% | - |
| HSV(B) | 45.26º | 0.95% | 0.71% | - |
| XYZ | 27.96 | 27.9 | 4.17 | - |
| YUV | 135.85 | 56.41 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 138 | 9 | 0 | 0.23 | 0.95 | 0.29 | 45.26 | 0.9 | 0.37 |
| Hex | B4 | 8A | 9 | 0 | 17 | 5F | 1D | 2D | 5A | 25 |
| Octal | 264 | 212 | 11 | 0 | 27 | 137 | 35 | 55 | 132 | 45 |
| Binary | 10110100 | 10001010 | 1001 | 0 | 10111 | 1011111 | 11101 | 101101 | 1011010 | 100101 |
Color Harmonies of #B48A09
Complementary color
Monochromatic Colors of #B48A09
Black with #B48A09
Text Example
Text Example
White with #B48A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48A09; }
p { color: rgb(180,138,9); }
H1.HeaderClassName
{
color: #B48A09;
}
.AnyTagClassName
{
color: #B48A09;
}
</style>
background-color css
<style>
a { background-color: #B48A09; }
a { background-color: rgb(180,138,9); }
div.DivClassName
{
background-color: #B48A09;
}
.BgClassName
{
background-color: #B48A09;
}
</style>
border-color css
<style>
span { border-color: #B48A09; }
span { border-color: rgb(180,138,9); }
td.TdClassName
{
border-color: #B48A09;
}
.TagClassName
{
border-color: #B48A09;
}
</style>