Shades of Dark Goldenrod #B18719
Tints of Dark Goldenrod #B18719
RGB
CMYK
RGB Variations
Color information
#B18719 (or 0xB18719) is known color: Dark Goldenrod. HEX triplet: B1, 87 and 19. RGB value is (177,135,25). Sum of RGB (Red+Green+Blue) = 177+135+25=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B18719 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18719 is #4E78E6. Grayscale: #878787. Windows color (decimal): -5142759 or 1673137. OLE color: 1673137.
HSL color Cylindrical-coordinate representation of color #B18719: hue angle of 43.42º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B18719 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 25 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.31 |
| HSL | 43.42º | 0.75% | 0.4% | - |
| HSV(B) | 43.42º | 0.86% | 0.69% | - |
| XYZ | 26.97 | 26.75 | 4.66 | - |
| YUV | 135.02 | 65.91 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 25 | 0 | 0.24 | 0.86 | 0.31 | 43.42 | 0.75 | 0.4 |
| Hex | B1 | 87 | 19 | 0 | 18 | 56 | 1F | 2B | 4B | 28 |
| Octal | 261 | 207 | 31 | 0 | 30 | 126 | 37 | 53 | 113 | 50 |
| Binary | 10110001 | 10000111 | 11001 | 0 | 11000 | 1010110 | 11111 | 101011 | 1001011 | 101000 |
Color Harmonies of #B18719
Complementary color
Monochromatic Colors of #B18719
Black with #B18719
Text Example
Text Example
White with #B18719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18719; }
p { color: rgb(177,135,25); }
H1.HeaderClassName
{
color: #B18719;
}
.AnyTagClassName
{
color: #B18719;
}
</style>
background-color css
<style>
a { background-color: #B18719; }
a { background-color: rgb(177,135,25); }
div.DivClassName
{
background-color: #B18719;
}
.BgClassName
{
background-color: #B18719;
}
</style>
border-color css
<style>
span { border-color: #B18719; }
span { border-color: rgb(177,135,25); }
td.TdClassName
{
border-color: #B18719;
}
.TagClassName
{
border-color: #B18719;
}
</style>