Shades of Dark Goldenrod #BB8013
Tints of Dark Goldenrod #BB8013
RGB
CMYK
RGB Variations
Color information
#BB8013 (or 0xBB8013) is known color: Dark Goldenrod. HEX triplet: BB, 80 and 13. RGB value is (187,128,19). Sum of RGB (Red+Green+Blue) = 187+128+19=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8013 is #447FEC. Grayscale: #858585. Windows color (decimal): -4489197 or 1278139. OLE color: 1278139.
HSL color Cylindrical-coordinate representation of color #BB8013: hue angle of 38.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB8013 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 19 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.27 |
| HSL | 38.93º | 0.82% | 0.4% | - |
| HSV(B) | 38.93º | 0.9% | 0.73% | - |
| XYZ | 28.33 | 26.05 | 4.15 | - |
| YUV | 133.22 | 63.55 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 19 | 0 | 0.32 | 0.90 | 0.27 | 38.93 | 0.82 | 0.4 |
| Hex | BB | 80 | 13 | 0 | 20 | 5A | 1B | 27 | 52 | 28 |
| Octal | 273 | 200 | 23 | 0 | 40 | 132 | 33 | 47 | 122 | 50 |
| Binary | 10111011 | 10000000 | 10011 | 0 | 100000 | 1011010 | 11011 | 100111 | 1010010 | 101000 |
Color Harmonies of #BB8013
Complementary color
Monochromatic Colors of #BB8013
Black with #BB8013
Text Example
Text Example
White with #BB8013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8013; }
p { color: rgb(187,128,19); }
H1.HeaderClassName
{
color: #BB8013;
}
.AnyTagClassName
{
color: #BB8013;
}
</style>
background-color css
<style>
a { background-color: #BB8013; }
a { background-color: rgb(187,128,19); }
div.DivClassName
{
background-color: #BB8013;
}
.BgClassName
{
background-color: #BB8013;
}
</style>
border-color css
<style>
span { border-color: #BB8013; }
span { border-color: rgb(187,128,19); }
td.TdClassName
{
border-color: #BB8013;
}
.TagClassName
{
border-color: #BB8013;
}
</style>