Shades of Dark Goldenrod #BB8302
Tints of Dark Goldenrod #BB8302
RGB
CMYK
RGB Variations
Color information
#BB8302 (or 0xBB8302) is known color: Dark Goldenrod. HEX triplet: BB, 83 and 02. RGB value is (187,131,2). Sum of RGB (Red+Green+Blue) = 187+131+2=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8302 is #447CFD. Grayscale: #858585. Windows color (decimal): -4488446 or 164795. OLE color: 164795.
HSL color Cylindrical-coordinate representation of color #BB8302: hue angle of 41.84º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB8302 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.27 |
| HSL | 41.84º | 0.98% | 0.37% | - |
| HSV(B) | 41.84º | 0.99% | 0.73% | - |
| XYZ | 28.62 | 26.8 | 3.72 | - |
| YUV | 133.04 | 54.05 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 2 | 0 | 0.30 | 0.99 | 0.27 | 41.84 | 0.98 | 0.37 |
| Hex | BB | 83 | 2 | 0 | 1E | 63 | 1B | 2A | 62 | 25 |
| Octal | 273 | 203 | 2 | 0 | 36 | 143 | 33 | 52 | 142 | 45 |
| Binary | 10111011 | 10000011 | 10 | 0 | 11110 | 1100011 | 11011 | 101010 | 1100010 | 100101 |
Color Harmonies of #BB8302
Complementary color
Monochromatic Colors of #BB8302
Black with #BB8302
Text Example
Text Example
White with #BB8302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8302; }
p { color: rgb(187,131,2); }
H1.HeaderClassName
{
color: #BB8302;
}
.AnyTagClassName
{
color: #BB8302;
}
</style>
background-color css
<style>
a { background-color: #BB8302; }
a { background-color: rgb(187,131,2); }
div.DivClassName
{
background-color: #BB8302;
}
.BgClassName
{
background-color: #BB8302;
}
</style>
border-color css
<style>
span { border-color: #BB8302; }
span { border-color: rgb(187,131,2); }
td.TdClassName
{
border-color: #BB8302;
}
.TagClassName
{
border-color: #BB8302;
}
</style>