Shades of Dark Goldenrod #B27D1A
Tints of Dark Goldenrod #B27D1A
RGB
CMYK
RGB Variations
Color information
#B27D1A (or 0xB27D1A) is known color: Dark Goldenrod. HEX triplet: B2, 7D and 1A. RGB value is (178,125,26). Sum of RGB (Red+Green+Blue) = 178+125+26=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27D1A is #4D82E5. Grayscale: #828282. Windows color (decimal): -5079782 or 1736114. OLE color: 1736114.
HSL color Cylindrical-coordinate representation of color #B27D1A: hue angle of 39.08º degrees, saturation: 0.75, 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 #B27D1A is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 125 | 26 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.30 |
| HSL | 39.08º | 0.75% | 0.4% | - |
| HSV(B) | 39.08º | 0.85% | 0.7% | - |
| XYZ | 25.88 | 24.21 | 4.29 | - |
| YUV | 129.56 | 69.56 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 26 | 0 | 0.30 | 0.85 | 0.30 | 39.08 | 0.75 | 0.4 |
| Hex | B2 | 7D | 1A | 0 | 1E | 55 | 1E | 27 | 4B | 28 |
| Octal | 262 | 175 | 32 | 0 | 36 | 125 | 36 | 47 | 113 | 50 |
| Binary | 10110010 | 1111101 | 11010 | 0 | 11110 | 1010101 | 11110 | 100111 | 1001011 | 101000 |
Color Harmonies of #B27D1A
Complementary color
Monochromatic Colors of #B27D1A
Black with #B27D1A
Text Example
Text Example
White with #B27D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27D1A; }
p { color: rgb(178,125,26); }
H1.HeaderClassName
{
color: #B27D1A;
}
.AnyTagClassName
{
color: #B27D1A;
}
</style>
background-color css
<style>
a { background-color: #B27D1A; }
a { background-color: rgb(178,125,26); }
div.DivClassName
{
background-color: #B27D1A;
}
.BgClassName
{
background-color: #B27D1A;
}
</style>
border-color css
<style>
span { border-color: #B27D1A; }
span { border-color: rgb(178,125,26); }
td.TdClassName
{
border-color: #B27D1A;
}
.TagClassName
{
border-color: #B27D1A;
}
</style>