Shades of Dark Goldenrod #B76A02
Tints of Dark Goldenrod #B76A02
RGB
CMYK
RGB Variations
Color information
#B76A02 (or 0xB76A02) is known color: Dark Goldenrod. HEX triplet: B7, 6A and 02. RGB value is (183,106,2). Sum of RGB (Red+Green+Blue) = 183+106+2=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76A02 is #4895FD. Grayscale: #757575. Windows color (decimal): -4756990 or 158391. OLE color: 158391.
HSL color Cylindrical-coordinate representation of color #B76A02: hue angle of 34.48º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B76A02 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.28 |
| HSL | 34.48º | 0.98% | 0.36% | - |
| HSV(B) | 34.48º | 0.99% | 0.72% | - |
| XYZ | 24.69 | 20.38 | 2.69 | - |
| YUV | 117.17 | 63.01 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 2 | 0 | 0.42 | 0.99 | 0.28 | 34.48 | 0.98 | 0.36 |
| Hex | B7 | 6A | 2 | 0 | 2A | 63 | 1C | 22 | 62 | 24 |
| Octal | 267 | 152 | 2 | 0 | 52 | 143 | 34 | 42 | 142 | 44 |
| Binary | 10110111 | 1101010 | 10 | 0 | 101010 | 1100011 | 11100 | 100010 | 1100010 | 100100 |
Color Harmonies of #B76A02
Complementary color
Monochromatic Colors of #B76A02
Black with #B76A02
Text Example
Text Example
White with #B76A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76A02; }
p { color: rgb(183,106,2); }
H1.HeaderClassName
{
color: #B76A02;
}
.AnyTagClassName
{
color: #B76A02;
}
</style>
background-color css
<style>
a { background-color: #B76A02; }
a { background-color: rgb(183,106,2); }
div.DivClassName
{
background-color: #B76A02;
}
.BgClassName
{
background-color: #B76A02;
}
</style>
border-color css
<style>
span { border-color: #B76A02; }
span { border-color: rgb(183,106,2); }
td.TdClassName
{
border-color: #B76A02;
}
.TagClassName
{
border-color: #B76A02;
}
</style>