Shades of Dark Goldenrod #B07200
Tints of Dark Goldenrod #B07200
RGB
CMYK
RGB Variations
Color information
#B07200 (or 0xB07200) is known color: Dark Goldenrod. HEX triplet: B0, 72 and 00. RGB value is (176,114,0). Sum of RGB (Red+Green+Blue) = 176+114+0=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B07200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07200 is #4F8DFF. Grayscale: #787878. Windows color (decimal): -5213696 or 29360. OLE color: 29360.
HSL color Cylindrical-coordinate representation of color #B07200: hue angle of 38.86º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B07200 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 114 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.31 |
| HSL | 38.86º | 1% | 0.35% | - |
| HSV(B) | 38.86º | 1% | 0.69% | - |
| XYZ | 23.92 | 21.26 | 2.84 | - |
| YUV | 119.54 | 60.54 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 0 | 0 | 0.35 | 1 | 0.31 | 38.86 | 1 | 0.35 |
| Hex | B0 | 72 | 0 | 0 | 23 | 64 | 1F | 27 | 64 | 23 |
| Octal | 260 | 162 | 0 | 0 | 43 | 144 | 37 | 47 | 144 | 43 |
| Binary | 10110000 | 1110010 | 0 | 0 | 100011 | 1100100 | 11111 | 100111 | 1100100 | 100011 |
Color Harmonies of #B07200
Complementary color
Monochromatic Colors of #B07200
Black with #B07200
Text Example
Text Example
White with #B07200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07200; }
p { color: rgb(176,114,0); }
H1.HeaderClassName
{
color: #B07200;
}
.AnyTagClassName
{
color: #B07200;
}
</style>
background-color css
<style>
a { background-color: #B07200; }
a { background-color: rgb(176,114,0); }
div.DivClassName
{
background-color: #B07200;
}
.BgClassName
{
background-color: #B07200;
}
</style>
border-color css
<style>
span { border-color: #B07200; }
span { border-color: rgb(176,114,0); }
td.TdClassName
{
border-color: #B07200;
}
.TagClassName
{
border-color: #B07200;
}
</style>