Shades of Dark Goldenrod #B67713
Tints of Dark Goldenrod #B67713
RGB
CMYK
RGB Variations
Color information
#B67713 (or 0xB67713) is known color: Dark Goldenrod. HEX triplet: B6, 77 and 13. RGB value is (182,119,19). Sum of RGB (Red+Green+Blue) = 182+119+19=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B67713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67713 is #4988EC. Grayscale: #7E7E7E. Windows color (decimal): -4819181 or 1275830. OLE color: 1275830.
HSL color Cylindrical-coordinate representation of color #B67713: hue angle of 36.81º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B67713 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 119 | 19 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.29 |
| HSL | 36.81º | 0.81% | 0.39% | - |
| HSV(B) | 36.81º | 0.9% | 0.71% | - |
| XYZ | 26.01 | 23.19 | 3.72 | - |
| YUV | 126.44 | 67.37 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 119 | 19 | 0 | 0.35 | 0.90 | 0.29 | 36.81 | 0.81 | 0.39 |
| Hex | B6 | 77 | 13 | 0 | 23 | 5A | 1D | 25 | 51 | 27 |
| Octal | 266 | 167 | 23 | 0 | 43 | 132 | 35 | 45 | 121 | 47 |
| Binary | 10110110 | 1110111 | 10011 | 0 | 100011 | 1011010 | 11101 | 100101 | 1010001 | 100111 |
Color Harmonies of #B67713
Complementary color
Monochromatic Colors of #B67713
Black with #B67713
Text Example
Text Example
White with #B67713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67713; }
p { color: rgb(182,119,19); }
H1.HeaderClassName
{
color: #B67713;
}
.AnyTagClassName
{
color: #B67713;
}
</style>
background-color css
<style>
a { background-color: #B67713; }
a { background-color: rgb(182,119,19); }
div.DivClassName
{
background-color: #B67713;
}
.BgClassName
{
background-color: #B67713;
}
</style>
border-color css
<style>
span { border-color: #B67713; }
span { border-color: rgb(182,119,19); }
td.TdClassName
{
border-color: #B67713;
}
.TagClassName
{
border-color: #B67713;
}
</style>