Shades of Dark Goldenrod #B67B0F
Tints of Dark Goldenrod #B67B0F
RGB
CMYK
RGB Variations
Color information
#B67B0F (or 0xB67B0F) is known color: Dark Goldenrod. HEX triplet: B6, 7B and 0F. RGB value is (182,123,15). Sum of RGB (Red+Green+Blue) = 182+123+15=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67B0F is #4984F0. Grayscale: #808080. Windows color (decimal): -4818161 or 1014710. OLE color: 1014710.
HSL color Cylindrical-coordinate representation of color #B67B0F: hue angle of 38.8º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B67B0F is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 123 | 15 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.29 |
| HSL | 38.8º | 0.85% | 0.39% | - |
| HSV(B) | 38.8º | 0.92% | 0.71% | - |
| XYZ | 26.46 | 24.15 | 3.72 | - |
| YUV | 128.33 | 64.05 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 123 | 15 | 0 | 0.32 | 0.92 | 0.29 | 38.8 | 0.85 | 0.39 |
| Hex | B6 | 7B | F | 0 | 20 | 5C | 1D | 27 | 55 | 27 |
| Octal | 266 | 173 | 17 | 0 | 40 | 134 | 35 | 47 | 125 | 47 |
| Binary | 10110110 | 1111011 | 1111 | 0 | 100000 | 1011100 | 11101 | 100111 | 1010101 | 100111 |
Color Harmonies of #B67B0F
Complementary color
Monochromatic Colors of #B67B0F
Black with #B67B0F
Text Example
Text Example
White with #B67B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67B0F; }
p { color: rgb(182,123,15); }
H1.HeaderClassName
{
color: #B67B0F;
}
.AnyTagClassName
{
color: #B67B0F;
}
</style>
background-color css
<style>
a { background-color: #B67B0F; }
a { background-color: rgb(182,123,15); }
div.DivClassName
{
background-color: #B67B0F;
}
.BgClassName
{
background-color: #B67B0F;
}
</style>
border-color css
<style>
span { border-color: #B67B0F; }
span { border-color: rgb(182,123,15); }
td.TdClassName
{
border-color: #B67B0F;
}
.TagClassName
{
border-color: #B67B0F;
}
</style>