Shades of Dark Goldenrod #B68300
Tints of Dark Goldenrod #B68300
RGB
CMYK
RGB Variations
Color information
#B68300 (or 0xB68300) is known color: Dark Goldenrod. HEX triplet: B6, 83 and 00. RGB value is (182,131,0). Sum of RGB (Red+Green+Blue) = 182+131+0=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B68300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68300 is #497CFF. Grayscale: #838383. Windows color (decimal): -4816128 or 33718. OLE color: 33718.
HSL color Cylindrical-coordinate representation of color #B68300: hue angle of 43.19º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B68300 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 131 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.29 |
| HSL | 43.19º | 1% | 0.36% | - |
| HSV(B) | 43.19º | 1% | 0.71% | - |
| XYZ | 27.41 | 26.18 | 3.61 | - |
| YUV | 131.32 | 53.9 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 131 | 0 | 0 | 0.28 | 1 | 0.29 | 43.19 | 1 | 0.36 |
| Hex | B6 | 83 | 0 | 0 | 1C | 64 | 1D | 2B | 64 | 24 |
| Octal | 266 | 203 | 0 | 0 | 34 | 144 | 35 | 53 | 144 | 44 |
| Binary | 10110110 | 10000011 | 0 | 0 | 11100 | 1100100 | 11101 | 101011 | 1100100 | 100100 |
Color Harmonies of #B68300
Complementary color
Monochromatic Colors of #B68300
Black with #B68300
Text Example
Text Example
White with #B68300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68300; }
p { color: rgb(182,131,0); }
H1.HeaderClassName
{
color: #B68300;
}
.AnyTagClassName
{
color: #B68300;
}
</style>
background-color css
<style>
a { background-color: #B68300; }
a { background-color: rgb(182,131,0); }
div.DivClassName
{
background-color: #B68300;
}
.BgClassName
{
background-color: #B68300;
}
</style>
border-color css
<style>
span { border-color: #B68300; }
span { border-color: rgb(182,131,0); }
td.TdClassName
{
border-color: #B68300;
}
.TagClassName
{
border-color: #B68300;
}
</style>