Shades of Dark Goldenrod #B0750A
Tints of Dark Goldenrod #B0750A
RGB
CMYK
RGB Variations
Color information
#B0750A (or 0xB0750A) is known color: Dark Goldenrod. HEX triplet: B0, 75 and 0A. RGB value is (176,117,10). Sum of RGB (Red+Green+Blue) = 176+117+10=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0750A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0750A is #4F8AF5. Grayscale: #7A7A7A. Windows color (decimal): -5212918 or 685488. OLE color: 685488.
HSL color Cylindrical-coordinate representation of color #B0750A: hue angle of 38.67º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0750A is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 10 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.31 |
| HSL | 38.67º | 0.89% | 0.36% | - |
| HSV(B) | 38.67º | 0.94% | 0.69% | - |
| XYZ | 24.32 | 21.97 | 3.25 | - |
| YUV | 122.44 | 64.55 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 10 | 0 | 0.34 | 0.94 | 0.31 | 38.67 | 0.89 | 0.36 |
| Hex | B0 | 75 | A | 0 | 22 | 5E | 1F | 27 | 59 | 24 |
| Octal | 260 | 165 | 12 | 0 | 42 | 136 | 37 | 47 | 131 | 44 |
| Binary | 10110000 | 1110101 | 1010 | 0 | 100010 | 1011110 | 11111 | 100111 | 1011001 | 100100 |
Color Harmonies of #B0750A
Complementary color
Monochromatic Colors of #B0750A
Black with #B0750A
Text Example
Text Example
White with #B0750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0750A; }
p { color: rgb(176,117,10); }
H1.HeaderClassName
{
color: #B0750A;
}
.AnyTagClassName
{
color: #B0750A;
}
</style>
background-color css
<style>
a { background-color: #B0750A; }
a { background-color: rgb(176,117,10); }
div.DivClassName
{
background-color: #B0750A;
}
.BgClassName
{
background-color: #B0750A;
}
</style>
border-color css
<style>
span { border-color: #B0750A; }
span { border-color: rgb(176,117,10); }
td.TdClassName
{
border-color: #B0750A;
}
.TagClassName
{
border-color: #B0750A;
}
</style>