Shades of Dark Goldenrod #B27500
Tints of Dark Goldenrod #B27500
RGB
CMYK
RGB Variations
Color information
#B27500 (or 0xB27500) is known color: Dark Goldenrod. HEX triplet: B2, 75 and 00. RGB value is (178,117,0). Sum of RGB (Red+Green+Blue) = 178+117+0=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B27500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27500 is #4D8AFF. Grayscale: #7A7A7A. Windows color (decimal): -5081856 or 30130. OLE color: 30130.
HSL color Cylindrical-coordinate representation of color #B27500: hue angle of 39.44º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B27500 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.30 |
| HSL | 39.44º | 1% | 0.35% | - |
| HSV(B) | 39.44º | 1% | 0.7% | - |
| XYZ | 24.72 | 22.19 | 2.98 | - |
| YUV | 121.9 | 59.21 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 0 | 0 | 0.34 | 1 | 0.30 | 39.44 | 1 | 0.35 |
| Hex | B2 | 75 | 0 | 0 | 22 | 64 | 1E | 27 | 64 | 23 |
| Octal | 262 | 165 | 0 | 0 | 42 | 144 | 36 | 47 | 144 | 43 |
| Binary | 10110010 | 1110101 | 0 | 0 | 100010 | 1100100 | 11110 | 100111 | 1100100 | 100011 |
Color Harmonies of #B27500
Complementary color
Monochromatic Colors of #B27500
Black with #B27500
Text Example
Text Example
White with #B27500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27500; }
p { color: rgb(178,117,0); }
H1.HeaderClassName
{
color: #B27500;
}
.AnyTagClassName
{
color: #B27500;
}
</style>
background-color css
<style>
a { background-color: #B27500; }
a { background-color: rgb(178,117,0); }
div.DivClassName
{
background-color: #B27500;
}
.BgClassName
{
background-color: #B27500;
}
</style>
border-color css
<style>
span { border-color: #B27500; }
span { border-color: rgb(178,117,0); }
td.TdClassName
{
border-color: #B27500;
}
.TagClassName
{
border-color: #B27500;
}
</style>