Shades of Dark Goldenrod #B2850F
Tints of Dark Goldenrod #B2850F
RGB
CMYK
RGB Variations
Color information
#B2850F (or 0xB2850F) is known color: Dark Goldenrod. HEX triplet: B2, 85 and 0F. RGB value is (178,133,15). Sum of RGB (Red+Green+Blue) = 178+133+15=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B2850F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2850F is #4D7AF0. Grayscale: #858585. Windows color (decimal): -5077745 or 1017266. OLE color: 1017266.
HSL color Cylindrical-coordinate representation of color #B2850F: hue angle of 43.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2850F is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 133 | 15 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.30 |
| HSL | 43.44º | 0.84% | 0.38% | - |
| HSV(B) | 43.44º | 0.92% | 0.7% | - |
| XYZ | 26.83 | 26.27 | 4.11 | - |
| YUV | 133 | 61.41 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 15 | 0 | 0.25 | 0.92 | 0.30 | 43.44 | 0.84 | 0.38 |
| Hex | B2 | 85 | F | 0 | 19 | 5C | 1E | 2B | 54 | 26 |
| Octal | 262 | 205 | 17 | 0 | 31 | 134 | 36 | 53 | 124 | 46 |
| Binary | 10110010 | 10000101 | 1111 | 0 | 11001 | 1011100 | 11110 | 101011 | 1010100 | 100110 |
Color Harmonies of #B2850F
Complementary color
Monochromatic Colors of #B2850F
Black with #B2850F
Text Example
Text Example
White with #B2850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2850F; }
p { color: rgb(178,133,15); }
H1.HeaderClassName
{
color: #B2850F;
}
.AnyTagClassName
{
color: #B2850F;
}
</style>
background-color css
<style>
a { background-color: #B2850F; }
a { background-color: rgb(178,133,15); }
div.DivClassName
{
background-color: #B2850F;
}
.BgClassName
{
background-color: #B2850F;
}
</style>
border-color css
<style>
span { border-color: #B2850F; }
span { border-color: rgb(178,133,15); }
td.TdClassName
{
border-color: #B2850F;
}
.TagClassName
{
border-color: #B2850F;
}
</style>