Shades of Dark Goldenrod #B67C01
Tints of Dark Goldenrod #B67C01
RGB
CMYK
RGB Variations
Color information
#B67C01 (or 0xB67C01) is known color: Dark Goldenrod. HEX triplet: B6, 7C and 01. RGB value is (182,124,1). Sum of RGB (Red+Green+Blue) = 182+124+1=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67C01 is #4983FE. Grayscale: #7F7F7F. Windows color (decimal): -4817919 or 97462. OLE color: 97462.
HSL color Cylindrical-coordinate representation of color #B67C01: hue angle of 40.77º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B67C01 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 124 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.29 |
| HSL | 40.77º | 0.99% | 0.36% | - |
| HSV(B) | 40.77º | 0.99% | 0.71% | - |
| XYZ | 26.5 | 24.36 | 3.33 | - |
| YUV | 127.32 | 56.72 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 1 | 0 | 0.32 | 0.99 | 0.29 | 40.77 | 0.99 | 0.36 |
| Hex | B6 | 7C | 1 | 0 | 20 | 63 | 1D | 29 | 63 | 24 |
| Octal | 266 | 174 | 1 | 0 | 40 | 143 | 35 | 51 | 143 | 44 |
| Binary | 10110110 | 1111100 | 1 | 0 | 100000 | 1100011 | 11101 | 101001 | 1100011 | 100100 |
Color Harmonies of #B67C01
Complementary color
Monochromatic Colors of #B67C01
Black with #B67C01
Text Example
Text Example
White with #B67C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67C01; }
p { color: rgb(182,124,1); }
H1.HeaderClassName
{
color: #B67C01;
}
.AnyTagClassName
{
color: #B67C01;
}
</style>
background-color css
<style>
a { background-color: #B67C01; }
a { background-color: rgb(182,124,1); }
div.DivClassName
{
background-color: #B67C01;
}
.BgClassName
{
background-color: #B67C01;
}
</style>
border-color css
<style>
span { border-color: #B67C01; }
span { border-color: rgb(182,124,1); }
td.TdClassName
{
border-color: #B67C01;
}
.TagClassName
{
border-color: #B67C01;
}
</style>