Shades of Dark Goldenrod #B2780C
Tints of Dark Goldenrod #B2780C
RGB
CMYK
RGB Variations
Color information
#B2780C (or 0xB2780C) is known color: Dark Goldenrod. HEX triplet: B2, 78 and 0C. RGB value is (178,120,12). Sum of RGB (Red+Green+Blue) = 178+120+12=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B2780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2780C is #4D87F3. Grayscale: #7D7D7D. Windows color (decimal): -5081076 or 817330. OLE color: 817330.
HSL color Cylindrical-coordinate representation of color #B2780C: hue angle of 39.04º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2780C is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 12 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.30 |
| HSL | 39.04º | 0.87% | 0.37% | - |
| HSV(B) | 39.04º | 0.93% | 0.7% | - |
| XYZ | 25.14 | 22.92 | 3.45 | - |
| YUV | 125.03 | 64.22 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 12 | 0 | 0.33 | 0.93 | 0.30 | 39.04 | 0.87 | 0.37 |
| Hex | B2 | 78 | C | 0 | 21 | 5D | 1E | 27 | 57 | 25 |
| Octal | 262 | 170 | 14 | 0 | 41 | 135 | 36 | 47 | 127 | 45 |
| Binary | 10110010 | 1111000 | 1100 | 0 | 100001 | 1011101 | 11110 | 100111 | 1010111 | 100101 |
Color Harmonies of #B2780C
Complementary color
Monochromatic Colors of #B2780C
Black with #B2780C
Text Example
Text Example
White with #B2780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2780C; }
p { color: rgb(178,120,12); }
H1.HeaderClassName
{
color: #B2780C;
}
.AnyTagClassName
{
color: #B2780C;
}
</style>
background-color css
<style>
a { background-color: #B2780C; }
a { background-color: rgb(178,120,12); }
div.DivClassName
{
background-color: #B2780C;
}
.BgClassName
{
background-color: #B2780C;
}
</style>
border-color css
<style>
span { border-color: #B2780C; }
span { border-color: rgb(178,120,12); }
td.TdClassName
{
border-color: #B2780C;
}
.TagClassName
{
border-color: #B2780C;
}
</style>