Shades of Dark Goldenrod #B3871B
Tints of Dark Goldenrod #B3871B
RGB
CMYK
RGB Variations
Color information
#B3871B (or 0xB3871B) is known color: Dark Goldenrod. HEX triplet: B3, 87 and 1B. RGB value is (179,135,27). Sum of RGB (Red+Green+Blue) = 179+135+27=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B3871B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3871B is #4C78E4. Grayscale: #888888. Windows color (decimal): -5011685 or 1804211. OLE color: 1804211.
HSL color Cylindrical-coordinate representation of color #B3871B: hue angle of 42.63º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3871B is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 135 | 27 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.30 |
| HSL | 42.63º | 0.74% | 0.4% | - |
| HSV(B) | 42.63º | 0.85% | 0.7% | - |
| XYZ | 27.45 | 26.99 | 4.8 | - |
| YUV | 135.84 | 66.58 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 135 | 27 | 0 | 0.25 | 0.85 | 0.30 | 42.63 | 0.74 | 0.4 |
| Hex | B3 | 87 | 1B | 0 | 19 | 55 | 1E | 2B | 4A | 28 |
| Octal | 263 | 207 | 33 | 0 | 31 | 125 | 36 | 53 | 112 | 50 |
| Binary | 10110011 | 10000111 | 11011 | 0 | 11001 | 1010101 | 11110 | 101011 | 1001010 | 101000 |
Color Harmonies of #B3871B
Complementary color
Monochromatic Colors of #B3871B
Black with #B3871B
Text Example
Text Example
White with #B3871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3871B; }
p { color: rgb(179,135,27); }
H1.HeaderClassName
{
color: #B3871B;
}
.AnyTagClassName
{
color: #B3871B;
}
</style>
background-color css
<style>
a { background-color: #B3871B; }
a { background-color: rgb(179,135,27); }
div.DivClassName
{
background-color: #B3871B;
}
.BgClassName
{
background-color: #B3871B;
}
</style>
border-color css
<style>
span { border-color: #B3871B; }
span { border-color: rgb(179,135,27); }
td.TdClassName
{
border-color: #B3871B;
}
.TagClassName
{
border-color: #B3871B;
}
</style>