Shades of Dark Goldenrod #B46B09
Tints of Dark Goldenrod #B46B09
RGB
CMYK
RGB Variations
Color information
#B46B09 (or 0xB46B09) is known color: Dark Goldenrod. HEX triplet: B4, 6B and 09. RGB value is (180,107,9). Sum of RGB (Red+Green+Blue) = 180+107+9=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46B09 is #4B94F6. Grayscale: #767676. Windows color (decimal): -4953335 or 617396. OLE color: 617396.
HSL color Cylindrical-coordinate representation of color #B46B09: hue angle of 34.39º 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 #B46B09 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 107 | 9 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.29 |
| HSL | 34.39º | 0.9% | 0.37% | - |
| HSV(B) | 34.39º | 0.95% | 0.71% | - |
| XYZ | 24.13 | 20.24 | 2.89 | - |
| YUV | 117.66 | 66.68 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 107 | 9 | 0 | 0.41 | 0.95 | 0.29 | 34.39 | 0.9 | 0.37 |
| Hex | B4 | 6B | 9 | 0 | 29 | 5F | 1D | 22 | 5A | 25 |
| Octal | 264 | 153 | 11 | 0 | 51 | 137 | 35 | 42 | 132 | 45 |
| Binary | 10110100 | 1101011 | 1001 | 0 | 101001 | 1011111 | 11101 | 100010 | 1011010 | 100101 |
Color Harmonies of #B46B09
Complementary color
Monochromatic Colors of #B46B09
Black with #B46B09
Text Example
Text Example
White with #B46B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46B09; }
p { color: rgb(180,107,9); }
H1.HeaderClassName
{
color: #B46B09;
}
.AnyTagClassName
{
color: #B46B09;
}
</style>
background-color css
<style>
a { background-color: #B46B09; }
a { background-color: rgb(180,107,9); }
div.DivClassName
{
background-color: #B46B09;
}
.BgClassName
{
background-color: #B46B09;
}
</style>
border-color css
<style>
span { border-color: #B46B09; }
span { border-color: rgb(180,107,9); }
td.TdClassName
{
border-color: #B46B09;
}
.TagClassName
{
border-color: #B46B09;
}
</style>