Shades of Dark Goldenrod #B5940C
Tints of Dark Goldenrod #B5940C
RGB
CMYK
RGB Variations
Color information
#B5940C (or 0xB5940C) is known color: Dark Goldenrod. HEX triplet: B5, 94 and 0C. RGB value is (181,148,12). Sum of RGB (Red+Green+Blue) = 181+148+12=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5940C is #4A6BF3. Grayscale: #8E8E8E. Windows color (decimal): -4877300 or 824501. OLE color: 824501.
HSL color Cylindrical-coordinate representation of color #B5940C: hue angle of 48.28º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5940C is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 148 | 12 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.29 |
| HSL | 48.28º | 0.88% | 0.38% | - |
| HSV(B) | 48.28º | 0.93% | 0.71% | - |
| XYZ | 29.71 | 31.03 | 4.77 | - |
| YUV | 142.36 | 54.43 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 148 | 12 | 0 | 0.18 | 0.93 | 0.29 | 48.28 | 0.88 | 0.38 |
| Hex | B5 | 94 | C | 0 | 12 | 5D | 1D | 30 | 58 | 26 |
| Octal | 265 | 224 | 14 | 0 | 22 | 135 | 35 | 60 | 130 | 46 |
| Binary | 10110101 | 10010100 | 1100 | 0 | 10010 | 1011101 | 11101 | 110000 | 1011000 | 100110 |
Color Harmonies of #B5940C
Complementary color
Monochromatic Colors of #B5940C
Black with #B5940C
Text Example
Text Example
White with #B5940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5940C; }
p { color: rgb(181,148,12); }
H1.HeaderClassName
{
color: #B5940C;
}
.AnyTagClassName
{
color: #B5940C;
}
</style>
background-color css
<style>
a { background-color: #B5940C; }
a { background-color: rgb(181,148,12); }
div.DivClassName
{
background-color: #B5940C;
}
.BgClassName
{
background-color: #B5940C;
}
</style>
border-color css
<style>
span { border-color: #B5940C; }
span { border-color: rgb(181,148,12); }
td.TdClassName
{
border-color: #B5940C;
}
.TagClassName
{
border-color: #B5940C;
}
</style>