Shades of Dark Goldenrod #B3850B
Tints of Dark Goldenrod #B3850B
RGB
CMYK
RGB Variations
Color information
#B3850B (or 0xB3850B) is known color: Dark Goldenrod. HEX triplet: B3, 85 and 0B. RGB value is (179,133,11). Sum of RGB (Red+Green+Blue) = 179+133+11=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B3850B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3850B is #4C7AF4. Grayscale: #858585. Windows color (decimal): -5012213 or 755123. OLE color: 755123.
HSL color Cylindrical-coordinate representation of color #B3850B: hue angle of 43.57º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3850B is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 133 | 11 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.30 |
| HSL | 43.57º | 0.88% | 0.37% | - |
| HSV(B) | 43.57º | 0.94% | 0.7% | - |
| XYZ | 27.04 | 26.38 | 3.98 | - |
| YUV | 132.85 | 59.24 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 11 | 0 | 0.26 | 0.94 | 0.30 | 43.57 | 0.88 | 0.37 |
| Hex | B3 | 85 | B | 0 | 1A | 5E | 1E | 2C | 58 | 25 |
| Octal | 263 | 205 | 13 | 0 | 32 | 136 | 36 | 54 | 130 | 45 |
| Binary | 10110011 | 10000101 | 1011 | 0 | 11010 | 1011110 | 11110 | 101100 | 1011000 | 100101 |
Color Harmonies of #B3850B
Complementary color
Monochromatic Colors of #B3850B
Black with #B3850B
Text Example
Text Example
White with #B3850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3850B; }
p { color: rgb(179,133,11); }
H1.HeaderClassName
{
color: #B3850B;
}
.AnyTagClassName
{
color: #B3850B;
}
</style>
background-color css
<style>
a { background-color: #B3850B; }
a { background-color: rgb(179,133,11); }
div.DivClassName
{
background-color: #B3850B;
}
.BgClassName
{
background-color: #B3850B;
}
</style>
border-color css
<style>
span { border-color: #B3850B; }
span { border-color: rgb(179,133,11); }
td.TdClassName
{
border-color: #B3850B;
}
.TagClassName
{
border-color: #B3850B;
}
</style>