Shades of Dark Goldenrod #B87702
Tints of Dark Goldenrod #B87702
RGB
CMYK
RGB Variations
Color information
#B87702 (or 0xB87702) is known color: Dark Goldenrod. HEX triplet: B8, 77 and 02. RGB value is (184,119,2). Sum of RGB (Red+Green+Blue) = 184+119+2=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B87702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87702 is #4788FD. Grayscale: #7D7D7D. Windows color (decimal): -4688126 or 161720. OLE color: 161720.
HSL color Cylindrical-coordinate representation of color #B87702: hue angle of 38.57º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B87702 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.28 |
| HSL | 38.57º | 0.98% | 0.36% | - |
| HSV(B) | 38.57º | 0.99% | 0.72% | - |
| XYZ | 26.37 | 23.39 | 3.18 | - |
| YUV | 125.1 | 58.53 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 2 | 0 | 0.35 | 0.99 | 0.28 | 38.57 | 0.98 | 0.36 |
| Hex | B8 | 77 | 2 | 0 | 23 | 63 | 1C | 27 | 62 | 24 |
| Octal | 270 | 167 | 2 | 0 | 43 | 143 | 34 | 47 | 142 | 44 |
| Binary | 10111000 | 1110111 | 10 | 0 | 100011 | 1100011 | 11100 | 100111 | 1100010 | 100100 |
Color Harmonies of #B87702
Complementary color
Monochromatic Colors of #B87702
Black with #B87702
Text Example
Text Example
White with #B87702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87702; }
p { color: rgb(184,119,2); }
H1.HeaderClassName
{
color: #B87702;
}
.AnyTagClassName
{
color: #B87702;
}
</style>
background-color css
<style>
a { background-color: #B87702; }
a { background-color: rgb(184,119,2); }
div.DivClassName
{
background-color: #B87702;
}
.BgClassName
{
background-color: #B87702;
}
</style>
border-color css
<style>
span { border-color: #B87702; }
span { border-color: rgb(184,119,2); }
td.TdClassName
{
border-color: #B87702;
}
.TagClassName
{
border-color: #B87702;
}
</style>