Shades of Dark Goldenrod #B27C01
Tints of Dark Goldenrod #B27C01
RGB
CMYK
RGB Variations
Color information
#B27C01 (or 0xB27C01) is known color: Dark Goldenrod. HEX triplet: B2, 7C and 01. RGB value is (178,124,1). Sum of RGB (Red+Green+Blue) = 178+124+1=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27C01 is #4D83FE. Grayscale: #7E7E7E. Windows color (decimal): -5080063 or 97458. OLE color: 97458.
HSL color Cylindrical-coordinate representation of color #B27C01: hue angle of 41.69º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B27C01 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 124 | 1 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.30 |
| HSL | 41.69º | 0.99% | 0.35% | - |
| HSV(B) | 41.69º | 0.99% | 0.7% | - |
| XYZ | 25.57 | 23.88 | 3.29 | - |
| YUV | 126.12 | 57.39 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 124 | 1 | 0 | 0.30 | 0.99 | 0.30 | 41.69 | 0.99 | 0.35 |
| Hex | B2 | 7C | 1 | 0 | 1E | 63 | 1E | 2A | 63 | 23 |
| Octal | 262 | 174 | 1 | 0 | 36 | 143 | 36 | 52 | 143 | 43 |
| Binary | 10110010 | 1111100 | 1 | 0 | 11110 | 1100011 | 11110 | 101010 | 1100011 | 100011 |
Color Harmonies of #B27C01
Complementary color
Monochromatic Colors of #B27C01
Black with #B27C01
Text Example
Text Example
White with #B27C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27C01; }
p { color: rgb(178,124,1); }
H1.HeaderClassName
{
color: #B27C01;
}
.AnyTagClassName
{
color: #B27C01;
}
</style>
background-color css
<style>
a { background-color: #B27C01; }
a { background-color: rgb(178,124,1); }
div.DivClassName
{
background-color: #B27C01;
}
.BgClassName
{
background-color: #B27C01;
}
</style>
border-color css
<style>
span { border-color: #B27C01; }
span { border-color: rgb(178,124,1); }
td.TdClassName
{
border-color: #B27C01;
}
.TagClassName
{
border-color: #B27C01;
}
</style>