Shades of Dark Goldenrod #B67501
Tints of Dark Goldenrod #B67501
RGB
CMYK
RGB Variations
Color information
#B67501 (or 0xB67501) is known color: Dark Goldenrod. HEX triplet: B6, 75 and 01. RGB value is (182,117,1). Sum of RGB (Red+Green+Blue) = 182+117+1=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B67501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67501 is #498AFE. Grayscale: #7B7B7B. Windows color (decimal): -4819711 or 95670. OLE color: 95670.
HSL color Cylindrical-coordinate representation of color #B67501: hue angle of 38.45º 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 #B67501 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 117 | 1 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.29 |
| HSL | 38.45º | 0.99% | 0.36% | - |
| HSV(B) | 38.45º | 0.99% | 0.71% | - |
| XYZ | 25.66 | 22.67 | 3.05 | - |
| YUV | 123.21 | 59.03 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 117 | 1 | 0 | 0.36 | 0.99 | 0.29 | 38.45 | 0.99 | 0.36 |
| Hex | B6 | 75 | 1 | 0 | 24 | 63 | 1D | 26 | 63 | 24 |
| Octal | 266 | 165 | 1 | 0 | 44 | 143 | 35 | 46 | 143 | 44 |
| Binary | 10110110 | 1110101 | 1 | 0 | 100100 | 1100011 | 11101 | 100110 | 1100011 | 100100 |
Color Harmonies of #B67501
Complementary color
Monochromatic Colors of #B67501
Black with #B67501
Text Example
Text Example
White with #B67501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67501; }
p { color: rgb(182,117,1); }
H1.HeaderClassName
{
color: #B67501;
}
.AnyTagClassName
{
color: #B67501;
}
</style>
background-color css
<style>
a { background-color: #B67501; }
a { background-color: rgb(182,117,1); }
div.DivClassName
{
background-color: #B67501;
}
.BgClassName
{
background-color: #B67501;
}
</style>
border-color css
<style>
span { border-color: #B67501; }
span { border-color: rgb(182,117,1); }
td.TdClassName
{
border-color: #B67501;
}
.TagClassName
{
border-color: #B67501;
}
</style>