Shades of Dark Goldenrod #B27A01
Tints of Dark Goldenrod #B27A01
RGB
CMYK
RGB Variations
Color information
#B27A01 (or 0xB27A01) is known color: Dark Goldenrod. HEX triplet: B2, 7A and 01. RGB value is (178,122,1). Sum of RGB (Red+Green+Blue) = 178+122+1=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27A01 is #4D85FE. Grayscale: #7D7D7D. Windows color (decimal): -5080575 or 96946. OLE color: 96946.
HSL color Cylindrical-coordinate representation of color #B27A01: hue angle of 41.02º 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 #B27A01 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.30 |
| HSL | 41.02º | 0.99% | 0.35% | - |
| HSV(B) | 41.02º | 0.99% | 0.7% | - |
| XYZ | 25.33 | 23.39 | 3.21 | - |
| YUV | 124.95 | 58.05 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 1 | 0 | 0.31 | 0.99 | 0.30 | 41.02 | 0.99 | 0.35 |
| Hex | B2 | 7A | 1 | 0 | 1F | 63 | 1E | 29 | 63 | 23 |
| Octal | 262 | 172 | 1 | 0 | 37 | 143 | 36 | 51 | 143 | 43 |
| Binary | 10110010 | 1111010 | 1 | 0 | 11111 | 1100011 | 11110 | 101001 | 1100011 | 100011 |
Color Harmonies of #B27A01
Complementary color
Monochromatic Colors of #B27A01
Black with #B27A01
Text Example
Text Example
White with #B27A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27A01; }
p { color: rgb(178,122,1); }
H1.HeaderClassName
{
color: #B27A01;
}
.AnyTagClassName
{
color: #B27A01;
}
</style>
background-color css
<style>
a { background-color: #B27A01; }
a { background-color: rgb(178,122,1); }
div.DivClassName
{
background-color: #B27A01;
}
.BgClassName
{
background-color: #B27A01;
}
</style>
border-color css
<style>
span { border-color: #B27A01; }
span { border-color: rgb(178,122,1); }
td.TdClassName
{
border-color: #B27A01;
}
.TagClassName
{
border-color: #B27A01;
}
</style>