Shades of Dark Goldenrod #B26B02
Tints of Dark Goldenrod #B26B02
RGB
CMYK
RGB Variations
Color information
#B26B02 (or 0xB26B02) is known color: Dark Goldenrod. HEX triplet: B2, 6B and 02. RGB value is (178,107,2). Sum of RGB (Red+Green+Blue) = 178+107+2=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26B02 is #4D94FD. Grayscale: #747474. Windows color (decimal): -5084414 or 158642. OLE color: 158642.
HSL color Cylindrical-coordinate representation of color #B26B02: hue angle of 35.8º 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 #B26B02 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 107 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.30 |
| HSL | 35.8º | 0.98% | 0.35% | - |
| HSV(B) | 35.8º | 0.99% | 0.7% | - |
| XYZ | 23.63 | 19.98 | 2.67 | - |
| YUV | 116.26 | 63.52 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 107 | 2 | 0 | 0.40 | 0.99 | 0.30 | 35.8 | 0.98 | 0.35 |
| Hex | B2 | 6B | 2 | 0 | 28 | 63 | 1E | 24 | 62 | 23 |
| Octal | 262 | 153 | 2 | 0 | 50 | 143 | 36 | 44 | 142 | 43 |
| Binary | 10110010 | 1101011 | 10 | 0 | 101000 | 1100011 | 11110 | 100100 | 1100010 | 100011 |
Color Harmonies of #B26B02
Complementary color
Monochromatic Colors of #B26B02
Black with #B26B02
Text Example
Text Example
White with #B26B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26B02; }
p { color: rgb(178,107,2); }
H1.HeaderClassName
{
color: #B26B02;
}
.AnyTagClassName
{
color: #B26B02;
}
</style>
background-color css
<style>
a { background-color: #B26B02; }
a { background-color: rgb(178,107,2); }
div.DivClassName
{
background-color: #B26B02;
}
.BgClassName
{
background-color: #B26B02;
}
</style>
border-color css
<style>
span { border-color: #B26B02; }
span { border-color: rgb(178,107,2); }
td.TdClassName
{
border-color: #B26B02;
}
.TagClassName
{
border-color: #B26B02;
}
</style>