Shades of Dark Goldenrod #B27411
Tints of Dark Goldenrod #B27411
RGB
CMYK
RGB Variations
Color information
#B27411 (or 0xB27411) is known color: Dark Goldenrod. HEX triplet: B2, 74 and 11. RGB value is (178,116,17). Sum of RGB (Red+Green+Blue) = 178+116+17=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B27411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27411 is #4D8BEE. Grayscale: #7B7B7B. Windows color (decimal): -5082095 or 1143986. OLE color: 1143986.
HSL color Cylindrical-coordinate representation of color #B27411: hue angle of 36.89º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B27411 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 116 | 17 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.30 |
| HSL | 36.89º | 0.83% | 0.38% | - |
| HSV(B) | 36.89º | 0.9% | 0.7% | - |
| XYZ | 24.71 | 22 | 3.47 | - |
| YUV | 123.25 | 68.04 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 116 | 17 | 0 | 0.35 | 0.90 | 0.30 | 36.89 | 0.83 | 0.38 |
| Hex | B2 | 74 | 11 | 0 | 23 | 5A | 1E | 25 | 53 | 26 |
| Octal | 262 | 164 | 21 | 0 | 43 | 132 | 36 | 45 | 123 | 46 |
| Binary | 10110010 | 1110100 | 10001 | 0 | 100011 | 1011010 | 11110 | 100101 | 1010011 | 100110 |
Color Harmonies of #B27411
Complementary color
Monochromatic Colors of #B27411
Black with #B27411
Text Example
Text Example
White with #B27411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27411; }
p { color: rgb(178,116,17); }
H1.HeaderClassName
{
color: #B27411;
}
.AnyTagClassName
{
color: #B27411;
}
</style>
background-color css
<style>
a { background-color: #B27411; }
a { background-color: rgb(178,116,17); }
div.DivClassName
{
background-color: #B27411;
}
.BgClassName
{
background-color: #B27411;
}
</style>
border-color css
<style>
span { border-color: #B27411; }
span { border-color: rgb(178,116,17); }
td.TdClassName
{
border-color: #B27411;
}
.TagClassName
{
border-color: #B27411;
}
</style>