Shades of Dark Goldenrod #B27912
Tints of Dark Goldenrod #B27912
RGB
CMYK
RGB Variations
Color information
#B27912 (or 0xB27912) is known color: Dark Goldenrod. HEX triplet: B2, 79 and 12. RGB value is (178,121,18). Sum of RGB (Red+Green+Blue) = 178+121+18=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B27912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27912 is #4D86ED. Grayscale: #7E7E7E. Windows color (decimal): -5080814 or 1210802. OLE color: 1210802.
HSL color Cylindrical-coordinate representation of color #B27912: hue angle of 38.62º degrees, saturation: 0.82, 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 #B27912 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 121 | 18 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.30 |
| HSL | 38.63º | 0.82% | 0.38% | - |
| HSV(B) | 38.63º | 0.9% | 0.7% | - |
| XYZ | 25.31 | 23.18 | 3.71 | - |
| YUV | 126.3 | 66.88 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 121 | 18 | 0 | 0.32 | 0.90 | 0.30 | 38.63 | 0.82 | 0.38 |
| Hex | B2 | 79 | 12 | 0 | 20 | 5A | 1E | 27 | 52 | 26 |
| Octal | 262 | 171 | 22 | 0 | 40 | 132 | 36 | 47 | 122 | 46 |
| Binary | 10110010 | 1111001 | 10010 | 0 | 100000 | 1011010 | 11110 | 100111 | 1010010 | 100110 |
Color Harmonies of #B27912
Complementary color
Monochromatic Colors of #B27912
Black with #B27912
Text Example
Text Example
White with #B27912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27912; }
p { color: rgb(178,121,18); }
H1.HeaderClassName
{
color: #B27912;
}
.AnyTagClassName
{
color: #B27912;
}
</style>
background-color css
<style>
a { background-color: #B27912; }
a { background-color: rgb(178,121,18); }
div.DivClassName
{
background-color: #B27912;
}
.BgClassName
{
background-color: #B27912;
}
</style>
border-color css
<style>
span { border-color: #B27912; }
span { border-color: rgb(178,121,18); }
td.TdClassName
{
border-color: #B27912;
}
.TagClassName
{
border-color: #B27912;
}
</style>