Shades of Dark Goldenrod #B27802
Tints of Dark Goldenrod #B27802
RGB
CMYK
RGB Variations
Color information
#B27802 (or 0xB27802) is known color: Dark Goldenrod. HEX triplet: B2, 78 and 02. RGB value is (178,120,2). Sum of RGB (Red+Green+Blue) = 178+120+2=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B27802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27802 is #4D87FD. Grayscale: #7C7C7C. Windows color (decimal): -5081086 or 161970. OLE color: 161970.
HSL color Cylindrical-coordinate representation of color #B27802: hue angle of 40.23º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B27802 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.30 |
| HSL | 40.23º | 0.98% | 0.35% | - |
| HSV(B) | 40.23º | 0.99% | 0.7% | - |
| XYZ | 25.09 | 22.9 | 3.16 | - |
| YUV | 123.89 | 59.22 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 2 | 0 | 0.33 | 0.99 | 0.30 | 40.23 | 0.98 | 0.35 |
| Hex | B2 | 78 | 2 | 0 | 21 | 63 | 1E | 28 | 62 | 23 |
| Octal | 262 | 170 | 2 | 0 | 41 | 143 | 36 | 50 | 142 | 43 |
| Binary | 10110010 | 1111000 | 10 | 0 | 100001 | 1100011 | 11110 | 101000 | 1100010 | 100011 |
Color Harmonies of #B27802
Complementary color
Monochromatic Colors of #B27802
Black with #B27802
Text Example
Text Example
White with #B27802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27802; }
p { color: rgb(178,120,2); }
H1.HeaderClassName
{
color: #B27802;
}
.AnyTagClassName
{
color: #B27802;
}
</style>
background-color css
<style>
a { background-color: #B27802; }
a { background-color: rgb(178,120,2); }
div.DivClassName
{
background-color: #B27802;
}
.BgClassName
{
background-color: #B27802;
}
</style>
border-color css
<style>
span { border-color: #B27802; }
span { border-color: rgb(178,120,2); }
td.TdClassName
{
border-color: #B27802;
}
.TagClassName
{
border-color: #B27802;
}
</style>