Shades of Dark Goldenrod #B2730A
Tints of Dark Goldenrod #B2730A
RGB
CMYK
RGB Variations
Color information
#B2730A (or 0xB2730A) is known color: Dark Goldenrod. HEX triplet: B2, 73 and 0A. RGB value is (178,115,10). Sum of RGB (Red+Green+Blue) = 178+115+10=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B2730A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2730A is #4D8CF5. Grayscale: #7A7A7A. Windows color (decimal): -5082358 or 684978. OLE color: 684978.
HSL color Cylindrical-coordinate representation of color #B2730A: hue angle of 37.5º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2730A is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 115 | 10 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.30 |
| HSL | 37.5º | 0.89% | 0.37% | - |
| HSV(B) | 37.5º | 0.94% | 0.7% | - |
| XYZ | 24.55 | 21.75 | 3.19 | - |
| YUV | 121.87 | 64.87 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 10 | 0 | 0.35 | 0.94 | 0.30 | 37.5 | 0.89 | 0.37 |
| Hex | B2 | 73 | A | 0 | 23 | 5E | 1E | 26 | 59 | 25 |
| Octal | 262 | 163 | 12 | 0 | 43 | 136 | 36 | 46 | 131 | 45 |
| Binary | 10110010 | 1110011 | 1010 | 0 | 100011 | 1011110 | 11110 | 100110 | 1011001 | 100101 |
Color Harmonies of #B2730A
Complementary color
Monochromatic Colors of #B2730A
Black with #B2730A
Text Example
Text Example
White with #B2730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2730A; }
p { color: rgb(178,115,10); }
H1.HeaderClassName
{
color: #B2730A;
}
.AnyTagClassName
{
color: #B2730A;
}
</style>
background-color css
<style>
a { background-color: #B2730A; }
a { background-color: rgb(178,115,10); }
div.DivClassName
{
background-color: #B2730A;
}
.BgClassName
{
background-color: #B2730A;
}
</style>
border-color css
<style>
span { border-color: #B2730A; }
span { border-color: rgb(178,115,10); }
td.TdClassName
{
border-color: #B2730A;
}
.TagClassName
{
border-color: #B2730A;
}
</style>