Shades of Dark Goldenrod #B3730B
Tints of Dark Goldenrod #B3730B
RGB
CMYK
RGB Variations
Color information
#B3730B (or 0xB3730B) is known color: Dark Goldenrod. HEX triplet: B3, 73 and 0B. RGB value is (179,115,11). Sum of RGB (Red+Green+Blue) = 179+115+11=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B3730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3730B is #4C8CF4. Grayscale: #7A7A7A. Windows color (decimal): -5016821 or 750515. OLE color: 750515.
HSL color Cylindrical-coordinate representation of color #B3730B: hue angle of 37.14º degrees, saturation: 0.88, 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 #B3730B is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 115 | 11 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.30 |
| HSL | 37.14º | 0.88% | 0.37% | - |
| HSV(B) | 37.14º | 0.94% | 0.7% | - |
| XYZ | 24.78 | 21.87 | 3.23 | - |
| YUV | 122.28 | 65.2 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 11 | 0 | 0.36 | 0.94 | 0.30 | 37.14 | 0.88 | 0.37 |
| Hex | B3 | 73 | B | 0 | 24 | 5E | 1E | 25 | 58 | 25 |
| Octal | 263 | 163 | 13 | 0 | 44 | 136 | 36 | 45 | 130 | 45 |
| Binary | 10110011 | 1110011 | 1011 | 0 | 100100 | 1011110 | 11110 | 100101 | 1011000 | 100101 |
Color Harmonies of #B3730B
Complementary color
Monochromatic Colors of #B3730B
Black with #B3730B
Text Example
Text Example
White with #B3730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3730B; }
p { color: rgb(179,115,11); }
H1.HeaderClassName
{
color: #B3730B;
}
.AnyTagClassName
{
color: #B3730B;
}
</style>
background-color css
<style>
a { background-color: #B3730B; }
a { background-color: rgb(179,115,11); }
div.DivClassName
{
background-color: #B3730B;
}
.BgClassName
{
background-color: #B3730B;
}
</style>
border-color css
<style>
span { border-color: #B3730B; }
span { border-color: rgb(179,115,11); }
td.TdClassName
{
border-color: #B3730B;
}
.TagClassName
{
border-color: #B3730B;
}
</style>