Shades of Dark Goldenrod #B27002
Tints of Dark Goldenrod #B27002
RGB
CMYK
RGB Variations
Color information
#B27002 (or 0xB27002) is known color: Dark Goldenrod. HEX triplet: B2, 70 and 02. RGB value is (178,112,2). Sum of RGB (Red+Green+Blue) = 178+112+2=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B27002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27002 is #4D8FFD. Grayscale: #777777. Windows color (decimal): -5083134 or 159922. OLE color: 159922.
HSL color Cylindrical-coordinate representation of color #B27002: hue angle of 37.5º 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 #B27002 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 112 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.30 |
| HSL | 37.5º | 0.98% | 0.35% | - |
| HSV(B) | 37.5º | 0.99% | 0.7% | - |
| XYZ | 24.17 | 21.06 | 2.85 | - |
| YUV | 119.19 | 61.87 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 2 | 0 | 0.37 | 0.99 | 0.30 | 37.5 | 0.98 | 0.35 |
| Hex | B2 | 70 | 2 | 0 | 25 | 63 | 1E | 26 | 62 | 23 |
| Octal | 262 | 160 | 2 | 0 | 45 | 143 | 36 | 46 | 142 | 43 |
| Binary | 10110010 | 1110000 | 10 | 0 | 100101 | 1100011 | 11110 | 100110 | 1100010 | 100011 |
Color Harmonies of #B27002
Complementary color
Monochromatic Colors of #B27002
Black with #B27002
Text Example
Text Example
White with #B27002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27002; }
p { color: rgb(178,112,2); }
H1.HeaderClassName
{
color: #B27002;
}
.AnyTagClassName
{
color: #B27002;
}
</style>
background-color css
<style>
a { background-color: #B27002; }
a { background-color: rgb(178,112,2); }
div.DivClassName
{
background-color: #B27002;
}
.BgClassName
{
background-color: #B27002;
}
</style>
border-color css
<style>
span { border-color: #B27002; }
span { border-color: rgb(178,112,2); }
td.TdClassName
{
border-color: #B27002;
}
.TagClassName
{
border-color: #B27002;
}
</style>