Shades of Dark Goldenrod #B77200
Tints of Dark Goldenrod #B77200
RGB
CMYK
RGB Variations
Color information
#B77200 (or 0xB77200) is known color: Dark Goldenrod. HEX triplet: B7, 72 and 00. RGB value is (183,114,0). Sum of RGB (Red+Green+Blue) = 183+114+0=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B77200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77200 is #488DFF. Grayscale: #7A7A7A. Windows color (decimal): -4754944 or 29367. OLE color: 29367.
HSL color Cylindrical-coordinate representation of color #B77200: hue angle of 37.38º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B77200 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 114 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.28 |
| HSL | 37.38º | 1% | 0.36% | - |
| HSV(B) | 37.38º | 1% | 0.72% | - |
| XYZ | 25.55 | 22.1 | 2.92 | - |
| YUV | 121.64 | 59.36 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 0 | 0 | 0.38 | 1 | 0.28 | 37.38 | 1 | 0.36 |
| Hex | B7 | 72 | 0 | 0 | 26 | 64 | 1C | 25 | 64 | 24 |
| Octal | 267 | 162 | 0 | 0 | 46 | 144 | 34 | 45 | 144 | 44 |
| Binary | 10110111 | 1110010 | 0 | 0 | 100110 | 1100100 | 11100 | 100101 | 1100100 | 100100 |
Color Harmonies of #B77200
Complementary color
Monochromatic Colors of #B77200
Black with #B77200
Text Example
Text Example
White with #B77200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77200; }
p { color: rgb(183,114,0); }
H1.HeaderClassName
{
color: #B77200;
}
.AnyTagClassName
{
color: #B77200;
}
</style>
background-color css
<style>
a { background-color: #B77200; }
a { background-color: rgb(183,114,0); }
div.DivClassName
{
background-color: #B77200;
}
.BgClassName
{
background-color: #B77200;
}
</style>
border-color css
<style>
span { border-color: #B77200; }
span { border-color: rgb(183,114,0); }
td.TdClassName
{
border-color: #B77200;
}
.TagClassName
{
border-color: #B77200;
}
</style>