Shades of Dark Goldenrod #B2740F
Tints of Dark Goldenrod #B2740F
RGB
CMYK
RGB Variations
Color information
#B2740F (or 0xB2740F) is known color: Dark Goldenrod. HEX triplet: B2, 74 and 0F. RGB value is (178,116,15). Sum of RGB (Red+Green+Blue) = 178+116+15=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B2740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2740F is #4D8BF0. Grayscale: #7B7B7B. Windows color (decimal): -5082097 or 1012914. OLE color: 1012914.
HSL color Cylindrical-coordinate representation of color #B2740F: hue angle of 37.18º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2740F is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 116 | 15 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.30 |
| HSL | 37.18º | 0.84% | 0.38% | - |
| HSV(B) | 37.18º | 0.92% | 0.7% | - |
| XYZ | 24.69 | 21.99 | 3.4 | - |
| YUV | 123.02 | 67.04 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 116 | 15 | 0 | 0.35 | 0.92 | 0.30 | 37.18 | 0.84 | 0.38 |
| Hex | B2 | 74 | F | 0 | 23 | 5C | 1E | 25 | 54 | 26 |
| Octal | 262 | 164 | 17 | 0 | 43 | 134 | 36 | 45 | 124 | 46 |
| Binary | 10110010 | 1110100 | 1111 | 0 | 100011 | 1011100 | 11110 | 100101 | 1010100 | 100110 |
Color Harmonies of #B2740F
Complementary color
Monochromatic Colors of #B2740F
Black with #B2740F
Text Example
Text Example
White with #B2740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2740F; }
p { color: rgb(178,116,15); }
H1.HeaderClassName
{
color: #B2740F;
}
.AnyTagClassName
{
color: #B2740F;
}
</style>
background-color css
<style>
a { background-color: #B2740F; }
a { background-color: rgb(178,116,15); }
div.DivClassName
{
background-color: #B2740F;
}
.BgClassName
{
background-color: #B2740F;
}
</style>
border-color css
<style>
span { border-color: #B2740F; }
span { border-color: rgb(178,116,15); }
td.TdClassName
{
border-color: #B2740F;
}
.TagClassName
{
border-color: #B2740F;
}
</style>