Shades of Dark Goldenrod #B89102
Tints of Dark Goldenrod #B89102
RGB
CMYK
RGB Variations
Color information
#B89102 (or 0xB89102) is known color: Dark Goldenrod. HEX triplet: B8, 91 and 02. RGB value is (184,145,2). Sum of RGB (Red+Green+Blue) = 184+145+2=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B89102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89102 is #476EFD. Grayscale: #8C8C8C. Windows color (decimal): -4681470 or 168376. OLE color: 168376.
HSL color Cylindrical-coordinate representation of color #B89102: hue angle of 47.14º 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 #B89102 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.28 |
| HSL | 47.14º | 0.98% | 0.36% | - |
| HSV(B) | 47.14º | 0.99% | 0.72% | - |
| XYZ | 29.9 | 30.45 | 4.36 | - |
| YUV | 140.36 | 49.92 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 2 | 0 | 0.21 | 0.99 | 0.28 | 47.14 | 0.98 | 0.36 |
| Hex | B8 | 91 | 2 | 0 | 15 | 63 | 1C | 2F | 62 | 24 |
| Octal | 270 | 221 | 2 | 0 | 25 | 143 | 34 | 57 | 142 | 44 |
| Binary | 10111000 | 10010001 | 10 | 0 | 10101 | 1100011 | 11100 | 101111 | 1100010 | 100100 |
Color Harmonies of #B89102
Complementary color
Monochromatic Colors of #B89102
Black with #B89102
Text Example
Text Example
White with #B89102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89102; }
p { color: rgb(184,145,2); }
H1.HeaderClassName
{
color: #B89102;
}
.AnyTagClassName
{
color: #B89102;
}
</style>
background-color css
<style>
a { background-color: #B89102; }
a { background-color: rgb(184,145,2); }
div.DivClassName
{
background-color: #B89102;
}
.BgClassName
{
background-color: #B89102;
}
</style>
border-color css
<style>
span { border-color: #B89102; }
span { border-color: rgb(184,145,2); }
td.TdClassName
{
border-color: #B89102;
}
.TagClassName
{
border-color: #B89102;
}
</style>