Shades of Dark Goldenrod #B17812
Tints of Dark Goldenrod #B17812
RGB
CMYK
RGB Variations
Color information
#B17812 (or 0xB17812) is known color: Dark Goldenrod. HEX triplet: B1, 78 and 12. RGB value is (177,120,18). Sum of RGB (Red+Green+Blue) = 177+120+18=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B17812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17812 is #4E87ED. Grayscale: #7D7D7D. Windows color (decimal): -5146606 or 1210545. OLE color: 1210545.
HSL color Cylindrical-coordinate representation of color #B17812: hue angle of 38.49º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B17812 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 18 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.31 |
| HSL | 38.49º | 0.82% | 0.38% | - |
| HSV(B) | 38.49º | 0.9% | 0.69% | - |
| XYZ | 24.96 | 22.82 | 3.66 | - |
| YUV | 125.42 | 67.38 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 18 | 0 | 0.32 | 0.90 | 0.31 | 38.49 | 0.82 | 0.38 |
| Hex | B1 | 78 | 12 | 0 | 20 | 5A | 1F | 26 | 52 | 26 |
| Octal | 261 | 170 | 22 | 0 | 40 | 132 | 37 | 46 | 122 | 46 |
| Binary | 10110001 | 1111000 | 10010 | 0 | 100000 | 1011010 | 11111 | 100110 | 1010010 | 100110 |
Color Harmonies of #B17812
Complementary color
Monochromatic Colors of #B17812
Black with #B17812
Text Example
Text Example
White with #B17812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17812; }
p { color: rgb(177,120,18); }
H1.HeaderClassName
{
color: #B17812;
}
.AnyTagClassName
{
color: #B17812;
}
</style>
background-color css
<style>
a { background-color: #B17812; }
a { background-color: rgb(177,120,18); }
div.DivClassName
{
background-color: #B17812;
}
.BgClassName
{
background-color: #B17812;
}
</style>
border-color css
<style>
span { border-color: #B17812; }
span { border-color: rgb(177,120,18); }
td.TdClassName
{
border-color: #B17812;
}
.TagClassName
{
border-color: #B17812;
}
</style>