Shades of Dark Goldenrod #B2900B
Tints of Dark Goldenrod #B2900B
RGB
CMYK
RGB Variations
Color information
#B2900B (or 0xB2900B) is known color: Dark Goldenrod. HEX triplet: B2, 90 and 0B. RGB value is (178,144,11). Sum of RGB (Red+Green+Blue) = 178+144+11=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B2900B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2900B is #4D6FF4. Grayscale: #8B8B8B. Windows color (decimal): -5074933 or 757938. OLE color: 757938.
HSL color Cylindrical-coordinate representation of color #B2900B: hue angle of 47.78º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2900B is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 144 | 11 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.30 |
| HSL | 47.78º | 0.88% | 0.37% | - |
| HSV(B) | 47.78º | 0.94% | 0.7% | - |
| XYZ | 28.39 | 29.44 | 4.5 | - |
| YUV | 139 | 55.76 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 11 | 0 | 0.19 | 0.94 | 0.30 | 47.78 | 0.88 | 0.37 |
| Hex | B2 | 90 | B | 0 | 13 | 5E | 1E | 30 | 58 | 25 |
| Octal | 262 | 220 | 13 | 0 | 23 | 136 | 36 | 60 | 130 | 45 |
| Binary | 10110010 | 10010000 | 1011 | 0 | 10011 | 1011110 | 11110 | 110000 | 1011000 | 100101 |
Color Harmonies of #B2900B
Complementary color
Monochromatic Colors of #B2900B
Black with #B2900B
Text Example
Text Example
White with #B2900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2900B; }
p { color: rgb(178,144,11); }
H1.HeaderClassName
{
color: #B2900B;
}
.AnyTagClassName
{
color: #B2900B;
}
</style>
background-color css
<style>
a { background-color: #B2900B; }
a { background-color: rgb(178,144,11); }
div.DivClassName
{
background-color: #B2900B;
}
.BgClassName
{
background-color: #B2900B;
}
</style>
border-color css
<style>
span { border-color: #B2900B; }
span { border-color: rgb(178,144,11); }
td.TdClassName
{
border-color: #B2900B;
}
.TagClassName
{
border-color: #B2900B;
}
</style>