Shades of Dark Goldenrod #B2780B
Tints of Dark Goldenrod #B2780B
RGB
CMYK
RGB Variations
Color information
#B2780B (or 0xB2780B) is known color: Dark Goldenrod. HEX triplet: B2, 78 and 0B. RGB value is (178,120,11). Sum of RGB (Red+Green+Blue) = 178+120+11=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B2780B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2780B is #4D87F4. Grayscale: #7D7D7D. Windows color (decimal): -5081077 or 751794. OLE color: 751794.
HSL color Cylindrical-coordinate representation of color #B2780B: hue angle of 39.16º 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 #B2780B is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 11 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.30 |
| HSL | 39.16º | 0.88% | 0.37% | - |
| HSV(B) | 39.16º | 0.94% | 0.7% | - |
| XYZ | 25.14 | 22.92 | 3.42 | - |
| YUV | 124.92 | 63.72 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 11 | 0 | 0.33 | 0.94 | 0.30 | 39.16 | 0.88 | 0.37 |
| Hex | B2 | 78 | B | 0 | 21 | 5E | 1E | 27 | 58 | 25 |
| Octal | 262 | 170 | 13 | 0 | 41 | 136 | 36 | 47 | 130 | 45 |
| Binary | 10110010 | 1111000 | 1011 | 0 | 100001 | 1011110 | 11110 | 100111 | 1011000 | 100101 |
Color Harmonies of #B2780B
Complementary color
Monochromatic Colors of #B2780B
Black with #B2780B
Text Example
Text Example
White with #B2780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2780B; }
p { color: rgb(178,120,11); }
H1.HeaderClassName
{
color: #B2780B;
}
.AnyTagClassName
{
color: #B2780B;
}
</style>
background-color css
<style>
a { background-color: #B2780B; }
a { background-color: rgb(178,120,11); }
div.DivClassName
{
background-color: #B2780B;
}
.BgClassName
{
background-color: #B2780B;
}
</style>
border-color css
<style>
span { border-color: #B2780B; }
span { border-color: rgb(178,120,11); }
td.TdClassName
{
border-color: #B2780B;
}
.TagClassName
{
border-color: #B2780B;
}
</style>